- Print Hello Friends word
- Addition of two numbers
- Subtraction of two numbers
- Multiplication of two numbers
- Division of two numbers
- Modulus division of two numbers
- Convert meter into kilometer
- Convert kilometer into meter
- Convert centimeter into kilometer
- Convert feet into inch
- Convert inch into feet
- Convert day into hours
- Convert hours into second
- Convert day into year, month, week, day
- Convert fahrenheit into centigrade
- Convert centigrade into fahrenheit
- Calculate area and perimeter of the rectangle
- Calculate area and circumference of the circle
- Calculate square of a number
- Calculate area of the triangle
- Calculate simple interest
- Calculate volume, diagonal and total surface area of a cube
- Calculate volume, diagonal and total surface area of a cuboid
- Calculate volume, curved surface area and total surface area of a cylinder
- Calculate volume, curved surface area and total surface area of a cone
- Calculate volume, curved surface area and total surface area of a sphere
- Calculate volume, curved surface area and total surface area of a hemisphere
- Calculate total price of quantity, rate and percentage enter by the user
- Calculate sum and percentage of 5 subjects marks
- Show the uses of short hand assignment operator
- Convert lower case into upper case
- Convert upper case into lower case
- Print ASCII value of a given character
- Display the right most digit of integral part of a float number
Control Statement( branching statement) program
- Check the number is even of odd using if else statement
- Check the number is even of odd using conditional operator
- Check the number is divisible by 5 or not
- Check the year is leap or not
- Find the greatest among two numbers
- Find the greatest among three numbers
- Find the greatest among four numbers
- Find the second greatest among three numbers
- Find the lowest among two numbers
- Find the lowest among two numbers
- Find the lowest among two numbers
- Find the second lowest among three numbers
- Check the number is positive or negative
- Check the number is positive or negative or zero
- Input the three angles of a triangle and check whether it is valid or not
- Input an alphabet and check whether it is upper case or lower case
- Input an alphabet and check whether it is vowel or consonant
- Print absolute value of a given number
- Check the number is divisible by 3 and 5
0 Comments