Created By: M Ritter | Difficulty Level: 2
An algorithm is required to inform a user if they are suitable for playing Basketball based on their height and age. If the user is older than 15 and greater than 180cm tall, then they are suitable. Otherwise, they are not. Request this input from the user so the algorithm can provide suitable output.
Drag from here
Construct your solution here