a) the ............ statement helps to create a true blocks of staments B) user input are accepted using .......... line arguments. c)............. operators are known as ternary operators. d) the break statement transfers the control tho the............... statement following the switch statement
Answers
Answered by
4
Answer:
Explanation:
The decision-making statements are those statements in which some condition are applied and used to create an actual block of statements.
Command line argument is used to take input from users.
Ternary operators are used as all together 3 operators at a time.
Break statements are one of the Jump statement in which the control is being given to the nested statement, and then the next statement is being executed according to the conditions.
Similar questions