INFORMATICA CHIQUITO

10 Pages • 1,004 Words • PDF • 176.9 KB
Uploaded at 2021-09-24 13:48

This document was submitted by our user and they confirm that they have the consent to share it. Assuming that you are writer or own the copyright of this document, report to us by using this DMCA report button.


#include # include #include #include using namespace std; int opcion,J ; char band = 'F', aux='F'; string r =" hols" ; int no,numero,cantidad1; float total_articulo=0; float iva=0, subtotal=0,total=0; // METODOS DEL PROGRAMA void menu(); // contiene el menú principal void ingresar();// ingreso del usuario void mostrar();//lista de usuario void buscar();// buscar usuario void ingresarM(); // ingreso del material void mostrarM();// lista de materiales void buscarM();// buscar material void vender();// buscar material void boleta(); // imprime la boleta void factura();// imprime la factura void lineas(); // imprime la linias // FUNCIÓN GOTOXY void gotoxy( int x, int y){ HANDLE hcon = GetStdHandle(STD_OUTPUT_HANDLE); COORD dwPos; dwPos.X= x; dwPos.Y= y; SetConsoleCursorPosition(hcon,dwPos); } string material[50]={"Granito","Adoquín","Mármol","Pizarra", "Teja", "Caliza","Piedra", "Arenisca", "Ladrillo","Azulejo", },auxt; int precio[50]={12,14,15,15,14,17,18,12,12,14}; int codigo[50]={0,1,2,3,4,5,6,7,8,9}; int cantidad[50]={10,10,20,30,40,50,20,60,70,50}; // CANTIDAD DE MATERIALES EN N int n=10; string nombre[50]={"ELVIS","JESUS ROQUE","GERARDO GONZALES", "AREBALO QUISPE","CRISTINA HUAMANI","MARIA CHAMBI", "LIZ LLANQUI","FLOR YAMQUI","LUCY MAMANI","MARICARMEN TITO" }; string direccion[50]={"SAN MATIN","SAN JUAN", "LAS TORRES ", "AV. FLORES","LA PARRA","CALLE 24","CANTOGRANDE", "AV. PALMERA","AV. LAS TORRRES","AV. TONTUELO",};

string celular[50]={"963852741","987456321","951478632", "963214785","963892741","987436321","951478432", "963204785","963852741","987456321"}; int edad[50]={40,2523,26,24,48,15,47,58,56,59}; string dni[50]={"71558293","75482635","74859612","12457896","71558293","75482635","74 859612", "12457896","71558293","75482635"}; int codigo1[50]={0,1,2,3,4,5,6,7,8,9}; // CANTIDAD DE PERSONAS ES F; int f=10; void menu(){ system("cls"); cout
INFORMATICA CHIQUITO

Related documents

10 Pages • 1,004 Words • PDF • 176.9 KB

29 Pages • 5,031 Words • PDF • 806.5 KB

3 Pages • 1,104 Words • PDF • 158.5 KB

3 Pages • 1,047 Words • PDF • 193.3 KB

3 Pages • 1,039 Words • PDF • 166.7 KB

3 Pages • 229 Words • PDF • 304.5 KB

3 Pages • 1,508 Words • PDF • 108.1 KB

4 Pages • 1,358 Words • PDF • 286.2 KB

20 Pages • 821 Words • PDF • 995.6 KB

5 Pages • 1,367 Words • PDF • 938.7 KB

2 Pages • 464 Words • PDF • 680.3 KB

5 Pages • 1,308 Words • PDF • 631.8 KB