top of page
Search

QB64 2 PROGRAM (TIME TABLE)

Updated: Dec 3, 2021


This the blank screen when you open the QB64


This the commands you should put in QB64 space. The commands are:


FOR J = 1 TO 20
    FOR I = 1 TO 20
        PRINT J; " x "; I; " = "; J * I
    NEXT I
    INPUT A$
NEXT J


click on start to run the program.


then the table shows like this


then put 2,3,4,5,6,7,8 etc like that.


Then the table shows

Thanks for seeing the posts