1.Write A programe to display your name.
2.Write A Programe to display your first name and your last name in different line.
3.Write A Programe to display your name and your age in different line using one output statement.
4.Write A Programe to find the addition of two number.
5.Write A Programe to accept 5 subject numbers and find their sum and average.
6.Write A Programe to accept two numbers and find their addition.
7.Write A Programe to accept length and breath of a rectangle and find the area and perimeter of a rectangle.
8.Write A Programe to accept redius of circle and find area and circumference of a circle.
9.Write A Programe to accept the temperature in centigrade degree and find the temperature in Fahrenheit degree.
10.Write A Programe to accept the temperature in Fahrenheit degree and find the temperature in centigrade degree.
11.Write A Programe to accept any number and find their square and cube value.
12.Write A Programe to accept the basic salary of an employee and find the HRA,DA,TA,PF,GS,NP
from the following criteria
HRA=10% of basic salary
DA=5% of basic salary
TA=15% of basic salary
PF=20% of basic salary
GS=HRA+DA+TA+BASIC SALARY
NP=GS-PF.
13.Write A Programe to initialize your name,class,section and print them is three lines.
14.Write A Programe to initialize your name of your city,pincode,phone number and print them is three lines.
15.Write A Programe to accept 2 number and swap them using third variable.