Hello,
I'm working on a program in which I need to take in 10 values from the user. At first I thought I should use an array, but I'm not too sure anymore. My specific directions are to create variables of the int type that take 10 values from 0-10. The fact that they must act as a scale is confusing me.
Thank you!
In case this isn't clear, I mean a scale in which 0 is really bad and 10 is really good.