Computer Science, asked by tanwaranshu5573, 3 months ago

Write a program to read a number a and print a ,a*, a°.​

Answers

Answered by SHREYASHJADHAV10
4

Answer:

This number is stored in the number variable. printf(" Enter an integer: "); scanf("%d", &number);.

In this example, you'll learn to print the number entered by a user using C++ cout statement.

Explanation:

mark as brainliest plz

Similar questions