Using dev-C++ do some exercises
1. Write a program display your information, for instance:
Full-Name, Age, Address
2. Write a program that accepts a number and square the number
To do this,
a. Accept the number.
b. Multiply the number with itself and display the square
4. Write a program to find the area and perimeter of a circle.
5. Write a C program that accepts the salary and age from the user and displays the same on the screen as output.
No comments:
Post a Comment