Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
29 views

Programming Part-I Java and

The document contains 12 programming questions that involve calculating areas and volumes of basic shapes like circles, rectangles, squares, spheres, and triangles using classes and objects. It also includes questions on unit conversion between hours, minutes, seconds, meters, kilometers, centimeters and inches.

Uploaded by

Gauri
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views

Programming Part-I Java and

The document contains 12 programming questions that involve calculating areas and volumes of basic shapes like circles, rectangles, squares, spheres, and triangles using classes and objects. It also includes questions on unit conversion between hours, minutes, seconds, meters, kilometers, centimeters and inches.

Uploaded by

Gauri
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Programming Part – I Fundamental Programs

Q.1 Write a Program to calculate the simple Interest . In your program


the value of principle must be greater than to 1000 ?
Q.2 Write a program to calculate the area and circumference of circle
using concept of class and object .
Q. 3 Write a program to find the area and perimeter of rectangle using
the concept of class and object .
Q . 4 Write a Program to find the area and perimeter of square ?
Q. 5 Write a program to calculate the volume of sphere ?
Q.6 Write a program to calculate the area of triangle ?
Q.7 Write a program to take value in hours and convert this value in
minutes , seconds and milliseconds .
Q.8 Write a program to take value in minutes and convert this value in
hours , seconds and milliseconds .
Q.9 Write a program to take value in seconds and convert this value in
hours , minutes and milliseconds .
Q.10 Write a program to take value in Meter and convert this value in
Kilo-meter , centimeter and inches .
Q.11 Write a program to take value in Kilo-Meter and convert this
value in meter , centimeter and inches .
Q.12 Write a program to take value in centimeter and convert this
value in Kilo-meter , centimeter and inches .

You might also like