Java Exercise Programs Topic-wise
Basic Exercise
- Java Program to print an output.
Hey there,
I am Programmer! - Write a program to print
*
**
***
****
on screen. - Print the following pattern on the screen
*****
***
*
***
***** - Write a program to print the sum of the numbers 2, 4 and 5.
- Write a program to print the difference and product of the numbers 45 and 32.