- Design a flowchart which asks the user to input the password ‘hello’. Only if the password is correct, will the sub procedure be entered. The user has three chances to input the password.
- Design a flowchart which asks the user to input the radius of a circle. The user will be asked to choose between diameter, circumference and area. The result will be calculated and then displayed.
- Design a flowchart which asks the user to input a number. The multiplication table of that number will be displayed.
Advertisement