E-BOX
BASICS OF C PROGRAMMING
I/O Statements,Operators And Expressions - Code Analysis
PROGRAM - 1 :
Integer Input
Write a program that asks the user to enter an integer and to print its value.
Input and Output Format:
Refer Sample Input and Output for formatting specifications.
Sample Input and Output:
[All text in bold corresponds to input and the rest corresponds to output]
Enter an integer
56
You entered 56
SOLUTION :
No comments:
Post a Comment