Question: You want your program to execute statement 1 when A A is false, B B is false, and C C is true, and to execute
You want your program to execute statement 1 when A is false, B is false, and C is true, and to execute statement 2 otherwise. You wrote \section*{if not(A and B) and C then}
statement 1
else
statement 2
end if
Does this do what you want?
Step by Step Solution
3.46 Rating (156 Votes )
There are 3 Steps involved in it
To understand this lets decode what youve written in the ifstatement Your current condition goes li... View full answer
Get step-by-step solutions from verified subject matter experts
