What would be the output of the given QBASIC code?
LET A% = 6.8
LET B = 8
LET C$ = "NCO"
PRINT A%, B, C
A6.8 8NCO
B78NCO
C7 80
D6.8 80
What would be the output of the given QBASIC code?
LET A% = 6.8
LET B = 8
LET C$ = "NCO"
PRINT A%, B, C
A6.8 8NCO
B78NCO
C7 80
D6.8 80