7
I am making 1 calculator that adds values typed by the user and when the values of sums arrive in 1000 or exceed, the loop ends.
So far so good, the problem is to be able to identify the largest value typed by the user
Each time the loop rotates I put to put the current value of var = i
in an array so that all values entered by the user are stored in it.
In the end all values will be inside the array, but how to find the largest one?
If any answer solved your problem, accept it. "Acceptance of a reply means that you received a response that worked...". You have 6 questions and have not marked any - you may have forgotten or not understood how the OS works, take a look at DOC.
– Papa Charlie