Question: In Java Please; Given a list of positive integers, you will multiply the integers until -1 is entered as a stop command. Print the product.
In Java Please;
Given a list of positive integers, you will multiply the integers until -1 is entered as a stop command. Print the product.
Use the scanner class to read in the list of numbers, one at a time.

OUTPUT "The product is: [value]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
