You need to evaluate the following expression: (A>B) AND (C<D) What is the value of this expression if A=3, B=4, C=4, and D=5?
What are two methods that can be used to evaluate the condition of a loop at the start of each iteration?