Computer Science, asked by ekta6618, 9 months ago

why do we use print primitive?​

Answers

Answered by gargi1501
10

Answer:

print is very important to express letters,words,sentences,etc. on the screen so that it is visible to everyone...

plz guys marky answer as the brainliest answer

Answered by presentmoment
1

Print primitive is used to display the message on the computer screen.

Explanation:

Primitive is the smallest unit of processing in the computer. There are primitive and non-primitive data types. int, float, char, boolean are some of the examples of primitives. To print the values of these data types and show a message on the screen, we use print primitive.  We can also use print primitive to perform calculations. Quotation marks are used for printing a word/strig using the print primitive. PR is the short form of print primitive, and the output is of the print primitive statement is displayed by pressing the Enter key.

Similar questions