Question 1: What do you mean by the term assignment operators?
Question 2: What do you mean by the term operator precedence? How can you override it?
Question 3: Illustrate the difference between ternary and Boolean logical operators?
Question 4: Write down a program to compute the average of three marks.
Question 5: Write down a program to check whether the two input values are similar or not and then print the message consequently.
Question 6: One out of some different alternatives can be chosen with the help of which statement?
Question 7: Write one limitation and one benefit of the switch statement.
Question 8: Write down the significance of the break statement in a switch statement?
Question 9: Write down a program in java to input number of week’s day (1-7) and translate it to its equivalent week name.