I had to take computer science for my major, but I have no idea what's going on in this class.
I have to write an algorithm that reads in ten positive integers from the keyboard (upper size limit is 99). Output the additive total of the ten numbers and also output the smallest of those ten numbers. Illegal inputs (<1 or >99) are to be discarded and a replacement entry accepted if legal.
can anybody PLEASE tell me what this means