Miscellaneous Programs Examples
- Program to Convert Feet to cm
 - Program to Convert cm to Feet and Inches
 - Program to Convert Feet to Inches
 - Program to Convert Inches to cm
 - Program to Convert Inches to Feet
 - Program to Convert Kilometer to cm
 - Pyramid Programs in VB (Visual Basic)
 - Program to calculate Volume of Cone
 - Write a Program to calculate the Perimeter of Hexagon
 - Write a Program to calculate the Area of Rhombus
 - Write a Program to calculate the surface Area of Cone
 - Write a Program to calculate the Surface Area of Hemisphere
 - Write a Program to find the Perimeter of Ellipse
 - Write a program to calculate the Altitude of Isosceles Triangle
 - Write a Program to calculate the Area of Isosceles Triangle
 - Write a program to find the Volume of Tetrahedron
 - Write a program to find the Area of an Icosahedron
 - Write a program to find the Volume of Octahedron
 - Write a program to find the Area of Tetrahedron
 - Write a program to find the Surface Area of the Pentagonal Prism
 - Write a program to find the Area of the Rectangular Prism
 - Write a program to find the Surface Area of a Triangular Prism
 - Write a Program to find the Area of Hexagonal Prism
 - Write a Program to find the Volume of a Hexagonal Prism
 - Write a program to find the Volume of the Rectangular Prism
 - Program to Convert centimeter to millimeter
 - Program to Convert centimeter to meter
 - Program to Convert Feet to millimeter
 - Program to Convert Feet to millimeter
 - Program to Convert Meter to Centimeter
 - Program to Convert mm to cm
 - Program to Convert millimeter to Feet
 - Program to Convert Feet to m
 - Program to Convert Inches to meter
 - Program to Convert Inches to mm
 - Program to Convert m to Feet and Inches
 - Write a program to calculate the Perimeter of a Rhombus
 - Write a program to find the quotient and remainder
 - Program to convert Kilobytes to bytes and bits
 - Program to find the area and perimeter of the semicircle
 - Program to find the area and perimeter of trapezium
 - Program to find the type of triangle from the given coordinates
 - Program to convert hours into minutes and seconds
 - Program to convert temperature degree from Celsius to Kelvin
 - Write a program to find the sum of even numbers
 
                        
        
    
Python programming
Php programming
Java programming
C programming
Program 1: Write a Program in C for converting the value of Inches into Feet.
Output:
Value of 40 inches in Feet is: 3.33Program 2: Write a Program in PHP for converting the value of Inches into Feet.
Output:
Value of 10 inches in Feet is: 0.83Program 3: Write a Program in Java for converting the value of Inches into Feet.
Output:
Value in Feet is: 10.00Program 4: Write a Program in Python for converting the value of Inches into Feet.
Output:
Enter the value of length in Inches: 240 The length in Feet 20.0