Hi, can you please come up on Problem Solving Challenges in Programming A Level, for my teacher gives me Problem Solving Challenge like this.
Create a Program that allow the user to input 10 Numbers, the program shall sort the numbers so the it puts Highest Latest and Lowest First
So it says the user input 10, 40, 59, 41, 49, 51, 54, 48, 47, 42
The Program shall output to 10, 40, 41, 42, 47, 48, 49, 51, 54, 59
Anyway i want similar Challenges, if you can come up something like this in Programming A Level