The Mid-Term Exam: A program to write (below). Note that you must submit and return directly to me with your name and the date included as an upload Canvas (file) submission. Make sure that your name...


The Mid-Term Exam: A program to write (below). Note that you must<br>submit and return directly to me with your name and the date<br>included as an upload Canvas (file) submission. Make sure that<br>your name is used as the file name. (You will not get credit if your<br>exam cannot be read.) No notes, books, cells, Internet Search,<br>computer/device, etc., may be used during this exam.<br>Write a Java program that lets the user enter a series of<br>integers with an input range from 2 to 199 (in random order).<br>The user must enter a value of -1, 0, or +1 (a sentinel which<br>must be an integer and not part of the series of numbers) in<br>order to signal the end of the series.<br>• After all the numbers have been entered, the program should<br>display the smallest and largest numbers entered, and not<br>include the sentinel. Note that this must be a Java<br>implementatiọn, and not pseudo-code, etc. You must use a<br>Loop and If-Else constructs as well.<br>

Extracted text: The Mid-Term Exam: A program to write (below). Note that you must submit and return directly to me with your name and the date included as an upload Canvas (file) submission. Make sure that your name is used as the file name. (You will not get credit if your exam cannot be read.) No notes, books, cells, Internet Search, computer/device, etc., may be used during this exam. Write a Java program that lets the user enter a series of integers with an input range from 2 to 199 (in random order). The user must enter a value of -1, 0, or +1 (a sentinel which must be an integer and not part of the series of numbers) in order to signal the end of the series. • After all the numbers have been entered, the program should display the smallest and largest numbers entered, and not include the sentinel. Note that this must be a Java implementatiọn, and not pseudo-code, etc. You must use a Loop and If-Else constructs as well.

Jun 11, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here