Exercise 1.2. Flowchart Instruction: Create A Flowchart of The Following (1-4) and Trace The Flowchart in Item Number 5. Write Your
Exercise 1.2. Flowchart Instruction: Create A Flowchart of The Following (1-4) and Trace The Flowchart in Item Number 5. Write Your
FLOWCHART
Instruction: Create a flowchart of the following (1-4) and trace the flowchart in item number 5. Write your
answer neatly in a short bond paper.
1. Two points in a plane are specified using the coordinates (x1, y1) and (x2, y2). Calculate the slope
of a line through two (non-vertical) points entered by the user.
2. Determine the length of a ladder required to reach a given height when leaned against a ho use.
The height and angle of the ladder are given as inputs. To compute length use:
Note: the angle must be in radians. Ask for an angle in degrees and use this formula to convert:
3. Find the average of a series of numbers entered by the user. The program will first ask the user
how many numbers there are.
4. A Certain CS professor gives 100-point exams that are graded on the scale 90-100: A, 80-89:B, 70-
79:C,60-69:D, <60:F. Your program should accepts an exam score as input and prints out the
corresponding grade.