No. | Program | Link |
---|---|---|
1 | Write a Program in Java to Calculate the Simple Interest | Code |
2 | Write a Program in Java to Calculate Sum of Two Numbers Input from Command Line Argument. | Code |
3 | Write a Program in Java to Calculate Area of Circle Using Scanner Class. | Code |
4 | Write a Program in Java to Calculate Square Root of a Number. | Code |
5 | Write a Program in Java to Display Name, Age, Calendar and Salary of a Person Input from the Keyboard. | Code |
6 | Write a Program in Java to Display Grading of Student When His Percentage is Input from Keyboard. | Code |
7 | Write a Program in Java to Display Odd Number from 1 to 100. | Code |
8 | Write a Program in Java to Display the Following Patterns using Functions. | Code |
9 | Write a Program in Java to Calculate the Factorial of a Number. | Code |
10 | Write a Program in Java to Determine Whether a Number Input from Keyboard is Prime Number Or Not. | Code |
11 | Write a Program in Java to Display the Prime Numbers from 1 to 500 Using Function. | Code |
12 | Write a Program in Java to Show Accessing Class Members and use a Dot(.). | Code |
13 | Write a Program in Java to Show Multilevel Inheritance. | Code |
14 | Write a Program in Java to Show Single Inheritance. | Code |
15 | Write a Program in Java to Concatenate Two Strings Without Using Library Function. | Code |
16 | Write a Program in Java to Make First Alphabet Capital of Each Word in a String. | Code |
17 | Write a Program in Java to Get the Last Index of Any Given Character in a String. | Code |
18 | Write a Program in Java to Reverse Words of a String. | Code |
19 | Write a Program in Java to Find Occurrences of Each Character in a String. | Code |
20 | Java Program to Get String and Count Number of Words in Provided String. | Code |
21 | Write a Program in Java to Check Given String is Palindrome String Or Not in Java. | Code |
22 | Write a Program in Java to Reverse Each Word of Given String. | Code |
23 | Write a Program in Java to Get Sub String from a Given String. | Code |
Here are some related projects