Answer:
import java.util.Scanner;
public class num5 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter one the numbers - 1, 2, or 3.");
int num = in.nextInt();
switch (num){
case 1:
System.out.println("one");
break;
case 2:
System.out.println("two");
break;
case 3:
System.out.println("three");
break;
default:
System.out.println("Error");
}
}
}
Explanation:
- Using Java Programming Language
- User Scanner Class to prompt, receive and store user's input
- Use a switch statement with three cases as required by the question to output one, two or three
- Use the default statement to handle any other case
I’d go with b. egotistical, i’m not entirely sure though. It seems like he is trying to appeal to the suspects EGO
Answer: B. Personal Idea
Explanation:
Issac Newton's Law of Gravity was made by the one and only, Issac Newton.
He used his time to investigate and discover this law, so choice one, cheating is not correct. Choice three is also incorrect, because the world didn't know about this law, or so much about gravity during that time.
Thus, choice two is correct because it was created and written through his ideas.
So therefore, the answer is choice two, personal idea.
Read more on Brainly.com - brainly.com/question/10659333#readmore
Answer:
ooh I have a I phone computer