Java Index
Java Index
INDEX Page no
1. Write a program to print “This is my first java program”. 1
7. Write a program to input three number and check who is greater using nested if 9-10
else.
8. Write a program to input any number and check number is odd or even. 11
13. Write a program to input 10 element in array and display it. 16-17
14. Write a program to print following series using nested For loop :- 18-20
i. 1 ii. 1 iii.*
12 2 3 * *
123 4 5 6 * * *
1234 7 8 9 10 * * * *
12345 * * * * *
15. Write a program to addition of two matrix. 21