Page 1 of 1

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

Posted: Tue Apr 12, 2022 10:34 am
by answerhappygod
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
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 47 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 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.