0% found this document useful (0 votes)
22 views1 page

Program List

Uploaded by

Mahalakshmi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
22 views1 page

Program List

Uploaded by

Mahalakshmi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1.

Compute Area of Circle (pi*r*r)


2. Compute area of triangle
3. Compute area of rectangle
4. Area of isosceles triangle
5. Area of equilateral triangle
6. Perimeter of circle
7. Perimeter of rectangle
8. Perimeter of square
9. Volume of cylinder
10. Write a Java program to convert a decimal number to binary number. (ex Input 5, output 101)
11. Write a program in Java to display the n terms of odd natural number and their sum. 
12. Write a program in Java to display the multiplication table of a given integer.
13. Write a program in Java to display the cube of the number upto given an integer.
14. Write a Java program and compute the sum of the digits of an integer (ex input 15, output 6)
15. Write a Java program that takes an integer between 1 and 7 and displays the name of the
weekday.
16. Write a Java program to find the number of days in a given month and year.
17. Create and display unique three-digit number using 1, 2, 3, and 4. Also count how many
three-digit numbers are there.
18.
19.

You might also like