if-else-if programs
1) WAJP to check the number is Zero, Positive or Negative
2) WAJP to check the number is Zero, Even or Odd.
3) WAJP to check the number is Greater than 10, not Greater than 10 or Number is 10.
4) WAJP to compare two numbers and print First Number is Greater, Second Number is Greater or Both Numbers are Equal.
5) WAJP to find the person is in Profit, Loss or No Profit No Loss.
6) WAJP to print the Week Days. (i.e. 1 for Sunday, 2 for Monday, … ,7 for Saturday)
7) WAJP to print the Month Names. (i.e. 1 for January, 2 for February, … ,12 for December)
8) WAJP to print the Number Names till 10. (i.e. 1 for One, 2 for Two, … ,10 for Ten)
9) WAJP to calculate the Total and Percentage of 3 subjects’ marks and Grade.
[Above 95 A+, 90-94 A,80-89 B,70-79 C, 60-69 D, 50-59 E,40-49 F, Below 40 Fail]