Question: its a c program Task 3. Create an algorithm and flowchart that will accept 3 number and display the smallest number. Algorithm 1. start 2.
its a c program Task 3. Create an algorithm and flowchart that will accept 3 number and display the smallest number. Algorithm 1. start 2. input x, y, z 3. if (x>y && z>y) condition 1 4. display x (true) 5. if (y>x && y>z) condition 2 6. display y (true) 7. if (z>x && z>y) condition 3 8. display z (true) 9. end
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
