Assignment # 1:
write a program that inputs a number and find it is even or odd using if else condition.
Assignment # 2:
write a program that inputs salary and grade/scale . it adds 50% bonus if the grade is greater than 15. it adds 25% bonus if the grade is 15 or less and then displays the total salary.
0 Comments