programa de numeros enteros
Publicado por m.a. (54 intervenciones) el 23/03/2017 15:44:43
programa de numeros enteros.
10 input " dime un numero " a$
20 input " dime un numero " ; b$
30 input " dime un numero " ; c$
40 let a$ = 17,11,
50 let b$ = 8,12,
60 let c$ = 9,13,
70 goto a$,b$,c$,
80 data a$,b$,c$,
90 print a$ " son numeros enteros "
100 print b$ " son numeros enterso "
110 print c$ " son numeros enteros "
120 save
10 input " dime un numero " a$
20 input " dime un numero " ; b$
30 input " dime un numero " ; c$
40 let a$ = 17,11,
50 let b$ = 8,12,
60 let c$ = 9,13,
70 goto a$,b$,c$,
80 data a$,b$,c$,
90 print a$ " son numeros enteros "
100 print b$ " son numeros enterso "
110 print c$ " son numeros enteros "
120 save
Valora esta pregunta
0