Computer Science, asked by shuheb9663, 8 months ago

When comma is used with PRINT statement, the items get closed to each other leaving no space.

Answers

Answered by art430715
1

Answer:

The PRINT statement displays the value of expression at the current text cursor.

Answered by AskewTronics
0

False :

Explanation:

  • The user uses the comma with the print statement in Q-basic to append the one or more text with the one statement.
  • When the user uses it like (PRINT "a", "b" ), then it will display a tab space between a and b.
  • But the above question states the reverse of the above concept. Hence false is the correct answer.

Learn More :

  • Q-Basic : https://brainly.in/question/2343849
Similar questions