' -> Matematica e Calcolatore, sch.1, es.1 ' Usa Ctl+C per arrestare il programma CLS n = 35 messaggio$ = " -- B e n v e n u t i --" FOR i = 1 TO n: PRINT "-"; : NEXT PRINT PRINT messaggio$ FOR i = 1 TO n: PRINT "-"; : NEXT PRINT Via: INPUT ; "x = ", x PRINT , "x^3 ="; x ^ 3 GOTO Via