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
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.