#include <stdio.h>
#include <stdlib.h>
#include <math.h>
main()
{
int T,C,V,A;
printf("Ingrese el Total de su compra");
scanf( "%d" , &T );
A = (1300);
C = ( T/A);
V = ( T%1300);
printf( "LOS TIKET SODEXOS SON:%d\n" , C);
printf( "Y SU VUELTO ES:%d\n" , V);
system("pause");
}
No hay comentarios:
Publicar un comentario