The answer is D./Under File or Under Edit
Answer this with the dots connected. Why is it. You may ask? I bet it’s 40
Megabytes gigabytes terabytes - from smallest to largest
Petabytes terabytes kilobytes - largest to smallest
Exabytes zettabytes megabytes - in no apparent order
Explanation:
import java.util.Scanner;
public class JavaApplication60 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter a number in the twenties");
int num = scan.nextInt();
if(num >= 30 || num <= 19){
System.out.println("That's not in the twenties!");
num = 25;
}
System.out.println("Your number is " + num);
}
}
This is the complete code including the main class and main method. I hope this helps!
The Rhineland was turned into a demilitarized zone because of the Versailles Treaty. -From 1919, Germany wanted to get rid of this zone because it left them open to attack from Belgium, Holland and France. In March 1936, Germany's army occupied the Rhineland.