Computer Science, asked by mehesna04, 4 months ago

to display any message on the screen we use ______ command in basic​

Answers

Answered by shashank06prajapati
0

Answer:

Printf command

Please marke me brainelist

Answered by syed2020ashaels
0

The "PRINT" command is often used in BASIC programming to show messages on the screen. To output text or values to the console or the screen, use this command.

  • In BASIC, using the PRINT command is a clear and easy process. It calls for a line of text to be shown on the screen. You can use single or double quotations to surround the string.

  • For instance, we would use the following code to display the message "Hello, world!" on the screen:

  • "Hello, universe!"

  • The line number, which is used to assist identify and arrange the code, comes before the PRINT statement.

  • The PRINT command may be used to display variables, maths expressions, and even user input in addition to writing messages on the screen.

  • In general, the PRINT command is a crucial tool for every BASIC coder who wants to send data to the console and show messages.

For more questions on Computer Science

https://brainly.in/question/33132078

#SPJ3

Similar questions