Computer Science, asked by Azlanayaz, 9 months ago

Write a program that display a message and values of integers and characters variables.

Answers

Answered by heenakhanA
0

Answer:

The printf routine is the most commonly used routine in this book. This is because it provides an easy and convenient means to display program results. Not only can simple phrases be displayed, but the values of variables and the results of computations can also be displayed. In fact, Program 3.4 uses the printf routine to display the results of adding two numbers, namely 50 and 25

Explanation:

mark me as a brainliest

Similar questions