Need help designing java program without using array list

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • J3m3sJames
    New Member
    • Apr 2018
    • 1

    Need help designing java program without using array list

    Design a program in Java with a loop that lets the user enter a series of numbers. The user should enter -99 to signal the end of the series, the program should display the largest and smallest numbers entered without using array list?
  • Luuk
    Recognized Expert Top Contributor
    • Mar 2012
    • 1043

    #2
    Ah, this seems to be your homework.

    Why would someone need an array list, if the only thing to be reported back is the highest, and the smallest number?

    Comment

    Working...