The code that examines all the strings in the input source and determines how long the longest string (or strings are) is the following:
total = 0;
% initial value is zero, in every while loop it will be incremented
while(input.hasNextInt()){
total += input.nextInt( );
}
Answer:
the number order is
1
5
2
4
3
Explanation:
I am sure it is correct. Thanks :)
I'm assuming hardware.
Remember, Hard = Physical.
If that's not it, try peripherals.
People live in the moment and post whatever they want and they just might regret it later on.