Subscribe to:
Post Comments (Atom)
Radio wave
Radio wave is an electromagnetic wave of a frequency between about 10 4 and 10 11 or 10 12 Hz , as used for long distance communic...
-
CLS INPUT "Enter any number"; N FOR I = 1 TO 10 PRINT N; " X " ; I ; " = " ; N * I NEXT I END
-
CLS INPUT"Enter any number";N S=0 WHILE N<>10 R=N MOD 10 S=S+R N=N\10 WEND PRINT"Sum of digits";S END
No comments:
Post a Comment