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

Java Basic Program

The document lists various Java programming exercises, including basic operations like addition, finding maximum values, and checking even or odd numbers. It also covers more complex tasks such as calculating interest, reversing strings, and sorting arrays. Each item represents a specific programming challenge or task to be implemented in Java.
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)
5 views1 page

Java Basic Program

The document lists various Java programming exercises, including basic operations like addition, finding maximum values, and checking even or odd numbers. It also covers more complex tasks such as calculating interest, reversing strings, and sorting arrays. Each item represents a specific programming challenge or task to be implemented in Java.
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.

Hello World Program


2. Addition of Two Numbers
3. Find Maximum of Three Numbers:
4. Check Even or Odd Number:
5. Factorial of a Number:
6. Multiply Two Numbers in Java:
7. Check Leap Year in Java:
8. Check Vowel or Consonant in Java:
9. Java Program to Calculate Simple Interest:
10. Calculate Compound Interest in Java:
11. Java Program to Find Quotient and Remainder:
12. Java Program to Calculate Power of a Number:
13. Java Program to Find Duplicate Characters in a String:
14. Java Program to Reverse Words in a String:
15. Java program to find occurrence of a character in a String:
16. Java program to count vowels and consonants in a String:
17. Program to find number of elements in an array:
18. Java Program to Calculate average of numbers using Array:
19. Java Program to reverse an array:
20. Java Program to sort an array in ascending order:

You might also like