I was going to create a program that rearrange numbers from smallest to biggest.
But it doesn't work can anybody help me on this?
I'm still a beginner and haven't learned vectors and other stuff yet.
In your code it had alpha, beta, and gamma. so on line 20, smallest = alpha means that alpha's value will be given to smallest. but if you do beta = biggest, you are giving BETA the value of biggest, which is 0, and it will NOT care about the previous value you asked the user to input in.