(4) Allow the user to input 3 numbers (A, B, and C). Do the following tasks in this order: NOTE: It must be possible for all three of the tasks to happen If A is greater than B, switch the two numbers (the value of A now is stored in B and the value of B now is stored in A). If B is the largest number, set it to zero.
OR
OR