You can download answer here
tinyurl.com/wpazsebu
Answer:
It can take a negative input
Explanation:
When you declare a variable in Java and you get your input via Scanner library; the Scanner library will accept the input irrespective of whether it's negative or not.
Take for instance, the following segment
<em>Scanner input = new Scanner(System.in);</em>
<em>int userinput = input.nextInt()</em>
<em />
Irrespective of whether userinput is negative or positive, it'll accept it.
Answer:
I would need the sentence to make sure that I am correct but I am pretty sure it is C. aficionados
Explanation:
Answer:
An infinite-loop
Explanation:
This is because the condition is always true ie: product is always less than 25. And once there is no sentinel to stop the loop it will run forever.
Click then drag.
Clicking, right clicking, or double clicking would do nothing.