0
What will be the output of ff code ?
10 print "showing the variable applied of " 20 print "commas and semicolons in the print statement " 30 LET A=6 40 LET B=7 50 LET C=8 60 PRINT A,B,C 70 PRINT A, B,C; 80 PRINT A, B;C 90 END this question is trouble me
2 Respuestas
0
Hatsey Rei me to confuse which language its all about and what's the number sequence found here
0
C++ FF CODE