help with homework 90
Write a program that receives a list of integers through its command line and finds the maximum integer number. Requirements: The program needs to check each input. After validation, it reports incorrect inputs to the user. Each correct input must be converted into an Integer object using Integer wrapper class. After that, the Integer object […]
