#include <iostream>
#include <windows.h>
using namespace std;
main()
{ //DECLARACION DE UN ARREGLO PRE-DETERMINADO (UNIDIMENCIONAL)
string Dia[12] = {"ENER","FEB","MAR","ABR","MAY","JUN","JUL","AGOS","SEP","OCT","NOV","DIC"};
bool aux = false;
do{ system("cls");
system("color 17");
cout << "------------------------------------------------------" << endl;
cout << "TURISMO MASO INTERNACIONAL C.A" << endl;
cout << "------------------------------------------------------" << endl;
cout << "MENU DE OPCIONES" << endl;
cout << "------------------------------------------------------" << endl;
cout << "1.- TOAL DE VENTAS DE CADA UNO DE LOS PRODUCTOS" << endl;
cout << "2.- TOTAL DE VENTAS DE CADA MES" << endl;
cout << "3.- MOSTRAR TABLA DE TRABAJO" << endl;
cout << "4.- PRODUCTO MAS VENDIDO EN CADA MES" << endl;
cout << "5.- NOMBRE MES Y CANTIDAD DE PRODUCTOS MAS VENDIDOS" << endl;
cout << "6.- PORCENTAJE DE PRODUCOS VENDIDOS POR CADA MES" << endl;
cout << "7.- PORCENTAJE VENDIDO DE CADA PRODUCTO" << endl;
cout << "------------------------------------------------------" << endl;
cout << "0.- SALIR DEL SISTEMA" << endl;
cout << "------------------------------------------------------" << endl;
cout << "ESCOJA SU OPCION = ";
cin >> opc;
system("cls");
cout << "------------------------------------------------------" << endl;
cout << "REPUBLICA DE NARNIA" << endl;
cout << "CONCEJO NACIONAL ELECTORAL" << endl;
cout << "------------------------------------------------------" << endl;
}
esto fue lo que un amigo pudo hacerme es que yo no estudio programacion por eso necesito la ayuda si podrias dejarme un correo aparte te lo agradeceria no lo estuviera pidiendo si estudiara programacion
#include <windows.h>
using namespace std;
main()
{ //DECLARACION DE UN ARREGLO PRE-DETERMINADO (UNIDIMENCIONAL)
string Dia[12] = {"ENER","FEB","MAR","ABR","MAY","JUN","JUL","AGOS","SEP","OCT","NOV","DIC"};
bool aux = false;
do{ system("cls");
system("color 17");
cout << "------------------------------------------------------" << endl;
cout << "TURISMO MASO INTERNACIONAL C.A" << endl;
cout << "------------------------------------------------------" << endl;
cout << "MENU DE OPCIONES" << endl;
cout << "------------------------------------------------------" << endl;
cout << "1.- TOAL DE VENTAS DE CADA UNO DE LOS PRODUCTOS" << endl;
cout << "2.- TOTAL DE VENTAS DE CADA MES" << endl;
cout << "3.- MOSTRAR TABLA DE TRABAJO" << endl;
cout << "4.- PRODUCTO MAS VENDIDO EN CADA MES" << endl;
cout << "5.- NOMBRE MES Y CANTIDAD DE PRODUCTOS MAS VENDIDOS" << endl;
cout << "6.- PORCENTAJE DE PRODUCOS VENDIDOS POR CADA MES" << endl;
cout << "7.- PORCENTAJE VENDIDO DE CADA PRODUCTO" << endl;
cout << "------------------------------------------------------" << endl;
cout << "0.- SALIR DEL SISTEMA" << endl;
cout << "------------------------------------------------------" << endl;
cout << "ESCOJA SU OPCION = ";
cin >> opc;
system("cls");
cout << "------------------------------------------------------" << endl;
cout << "REPUBLICA DE NARNIA" << endl;
cout << "CONCEJO NACIONAL ELECTORAL" << endl;
cout << "------------------------------------------------------" << endl;
}
esto fue lo que un amigo pudo hacerme es que yo no estudio programacion por eso necesito la ayuda si podrias dejarme un correo aparte te lo agradeceria no lo estuviera pidiendo si estudiara programacion