Description 3 Marks Learning Outcome(s): Develop a program based on specification using programming language elements including syntax, data types, conditional statement, control structures, procedures, arrays, objects and classes Question One Question: Write a Java program that does the following: Uses a while loop to let the user enter numbers until they enter -1 to stop. […]
Description