Question: Help with this java project Problem Largest and Smallest Please submit Programming Challenge problem number 10 titled Largest and Smallest on page 264 of your
Help with this java project
Problem Largest and Smallest
Please submit Programming Challenge problem number 10 titled Largest and Smallest on page 264 of your text in the assignment dropbox by the due date listed on the study plan. The input should be acquired using a .txt file named Numbers.txt. Please place the .txt file in the same directory as your .java file. Please remember to only submit the .java file for the problem. I will use my own version of Numbers.txt for testing purposes. For output, please print the largest and smallest numbers to the console in JGrasp.
5 points quality and readability of code (comments, indentations, )
10 points correct use of Numbers.txt text file for input
5 points loop stops correctly with given sentinel value
5 points Program displays the correct smallest value entered
5 points Program displays the correct largest value entered
Write a problem with a loop that lets the user enter a series of integers. The user should enter -99 to signal the end of the series. After all the numbers have been entered, the program to display the largest and smallest number entered. THIS HAS TO HAVE THE FUNCTION TO ADD THE NUMBERS>TXT FILE TO IT
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
