Answer:
while (Num>=0) {
System.out.println("enter a another number");
Num = in.nextInt();
}
Explanation:
The complete java code prompting a user to enter a number until a negative number is entered is given below:
import java.util.Scanner;
public class num6 {
public static void main (String [] args) {
Scanner in = new Scanner(System.in);
System.out.println("enter a number");
int Num = in.nextInt();
while (Num>=0) {
System.out.println("enter a another number");
Num = in.nextInt();
}
System.out.println("Done.");
return;
}
}
Answer:
Data sequencing is the sorting of data for inclusion in a report or for display on a computer screen.
Explanation:
Hello <span>Jhigg4685
</span><span>
Answer: When selecting font size in a document, 72 points equals one-inch-tall text?
I hope this helps
-Chris</span>
Answer:
Plasma monitors are power hungry devices 2 - 3 times more than a CRT monitor making this technology unfit for use in portable devices like laptop computers where batteries are used as the power source. Plasma monitors are extremely susceptible to screen burn.
Explanation: pls mark my answer as brainlist