assignment 3 of computer science please give answers I will give u 20points
Attachments:
Answers
Answered by
0
Answer:
1.What are Decision Making Statements. Decision making statements allow you to decide the order of execution of specific statements in your program. You can set up a condition and tell the compiler to take a particular action if the condition is met.
2. Syntax. If the Boolean expression evaluates to true, then the if block will be executed, otherwise, the else block will be executed. C programming language assumes any non-zero and non-null values as true, and if it is either zero or null, then it is assumed as false value.
Explanation:
mark me brainloest
Similar questions
Math,
16 hours ago
Social Sciences,
16 hours ago
Math,
16 hours ago
Math,
1 day ago
Math,
8 months ago