Computer Science, asked by lalitapawar2021, 2 months ago

PRINT "12+2" will generate which of the following outputs in QBASIC? *

Answers

Answered by raamsnathan
2

Answer:

if run that program, the output will be 12 + 2 as the values were not being inputted.

Answered by allysia
1

Output:

12+2

Explanation:

Since " " makes the value within a string it is return as it.

If it was not for " " around 12+ 2 the output would've been 14.

Similar questions