Answer:
<em>import java.util.Scanner;</em>
<em>public class ANot {</em>
<em> public static void main(String[] args) {</em>
<em> System.out.println("Please Enter Your Student ID");</em>
<em> Scanner in = new Scanner(System.in);</em>
<em> int yourId = in.nextInt();</em>
<em> int chapterToRead = (yourId%3)+3;</em>
<em> System.out.println("You are to read chapter: "+chapterToRead);</em>
<em> }</em>
<em>}</em>
Explanation:
This solution is implemented in Java programming language. The scanner class is used to receive user input which is saved in an int variable yourId. In order to obtain the remainder when the students' ID is divided by 3, we use the modulo (%) operator which returns the remainder
Answer:
the answer is a cause I did this at my school and I learned about it so it A,
Answer:
there is no car on a bus a bus is one long vehicle
Explanation:
Answer:
An operating system is a software which performs all the basic tasks like file management, memory management, process management, handling input and output, and controlling peripheral devices such as disk drives and printers.
Explanation:
i hope it helps:)