I have problem with coding 1 app for toomorow lectures.
So, That program ask user for numbers, on typed "100" it's stops, and it shows: -average -min -max
I know what kind of loop, i need to use (do-while right?). But how i'm suppoused to count average,min,max without using arrays ?
this is shorthand pseudo code because you have to code this yourself:
good luck
I can tell you how to calculate average min and max without arrays. I cannot, however tell you how to calculate average min and max WITH arrays.
Minimum is easy:
Maximum is a little bit harder. You need to use "functions"
I dont even want to go into averaging. You have to add numbers and I'm not exactly qualified for that.