- 8 Draw A Flow Chart To Determine Whether A Person Is A Child Or An Adult Based On The Age Entered By The User If The Ag 1 (41.58 KiB) Viewed 45 times
8 Draw a flow chart to determine whether a person is a child or an adult based on the age entered by the user. If the ag
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
8 Draw a flow chart to determine whether a person is a child or an adult based on the age entered by the user. If the ag
8 Draw a flow chart to determine whether a person is a child or an adult based on the age entered by the user. If the age is less or equal to 18, display 'CHILD', otherwise display 'ADULT'. 9 Calculate the areas of 10 rectangles by entering the values of length and width. The formula to calculate the area of a rectangle = length x width. Write the pseudocode to show your answer. 10 Draw a flow chart to calculate the voltage given the current = 5 A and resistance = 7 . Ohm's law for a steady electrical current can be written as V = IR where V = voltage, I = current and R= resistance.