Computer Science, asked by prayashiborah15, 10 months ago

Q. What is the output for the following PRINT commands in QBasic:
1. PRINT "5 + 7"
2. PRINT "JANE IS MY BEST FRIEND"
3. PRINT 5 + 7
4. PRINT 40 *30 + 20-10/10

Answers

Answered by rithvik301
3

Answer:

Explanation:

= 5+7

= jane is my best friend

= 5+7

=40*30+20-10/10

Similar questions