"Write a program that will read in integers from the keyboard and decide if the numbers are all the same or not. Use sentinel logic with a 9999 as the sentinel value. Use a flag. Note that you do NOT know how many numbers there will be in the input. If there is only one number, then consider that yes, they are "all" the same. Print your source code."
how would i make it able to read unlimited integers?
how would i make it able to read unlimited integers?
Comment