sample output q2 draw a flowchart and write a program to solve a probl
Search for question
Question
Q2: Draw a flowchart and Write a program to solve a problem that prompts the user to enter 2 integer numbers X and Y and reads them. Then computes their
average and displays it.(2 Marks) Sample Output: Enter X: 10 Enter Y: 20 The Average is = 15