To
Display the Multiplication Table
CLS
INPUT "Enter any number"; N
FOR I = 1 TO 10
PRINT N; "X"; I; "="; N * I
NEXT I
END
INPUT "Enter any number"; N
FOR I = 1 TO 10
PRINT N; "X"; I; "="; N * I
NEXT I
END
Today's world is highly dependent or reliant on computers and the internet than ever before. With the passage of time contemporary techn...
No comments:
Post a Comment