0% found this document useful (0 votes)
47 views

Java Programming I Assignment 2

This document outlines 18 Java programming assignments for a Java Programming I course. The assignments include writing programs to perform basic input/output of data types, arithmetic calculations, geometric shape calculations for rectangles, circles and triangles, unit conversions, power calculations, and financial calculations for simple and compound interest.

Uploaded by

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

Java Programming I Assignment 2

This document outlines 18 Java programming assignments for a Java Programming I course. The assignments include writing programs to perform basic input/output of data types, arithmetic calculations, geometric shape calculations for rectangles, circles and triangles, unit conversions, power calculations, and financial calculations for simple and compound interest.

Uploaded by

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

Java Programming I

Assignment 2
1. Write a java program to perform input/output of all basic data types.
2. Write a java program to enter two numbers and find their sum.
3. Write a java program to enter two numbers and perform all arithmetic operations.
4. Write a java program to enter length and breadth of a rectangle and find its perimeter.
5. Write a java program to enter length and breadth of a rectangle and find its area.
6. Write a java program to enter radius of a circle and find its diameter, circumference and area.
7. Write a java program to enter length in centimeter and convert it into meter and kilometer.
8. Write a java program to enter temperature in Celsius and convert it into Fahrenheit.
9. Write a java program to enter temperature in Fahrenheit and convert to Celsius
10.Write a java program to convert days into years, weeks and days.
11.Write a java program to find power of any number x ^ y.
12.Write a java program to enter any number and calculate its square root.
13.Write a java program to enter two angles of a triangle and find the third angle.
14.Write a java program to enter base and height of a triangle and find its area.
15.Write a java program to calculate area of an equilateral triangle.
16.Write a java program to enter marks of five subjects and calculate total, average and
percentage.
17.Write a java program to enter P, T, R and calculate Simple Interest.
18.Write a java program to enter P, T, R and calculate compound Interest.

You might also like