What will be the output of ff code ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

1st Oct 2018, 10:27 PM
joshua osator
joshua osator - avatar
2 Answers
0
Hatsey Rei me to confuse which language its all about and what's the number sequence found here
2nd Oct 2018, 6:28 AM
Yesh Jadav
Yesh Jadav - avatar
0
C++ FF CODE
2nd Oct 2018, 6:42 AM
joshua osator
joshua osator - avatar