Question: please typing (a) Part of program development is the visualization of the program using a flow chart. Draw (describe) the flow chart for the follow
please typing
(a) Part of program development is the visualization of the program using a flow chart. Draw (describe) the flow chart for the follow program(s): (i) Obtain Num1 and Num2 from the user If Num1 is less than 25: Sum = Sum + Num1 Else: Sum = Sum - Num2 Display Sum to the user (Assume Num1, Num2, and Sum are integers) (5 marks) (ii) Obtain X, Y, and Z from the user Calculate the Total = X+Y+Z Calculate the Average = 1/3 Calculate the Product = X X Y Z Display the Total, Average, and Product to the user (assume X, Y, Z, Total, Average, and Product are floats)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
