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 "One week".
Explanation:
Following are the number represents of the given values:
Serial number (se) 
Refresh (ref)
Updated -retry (ret)
Expiry
Minimum 
Answer:
See attached picture.
Explanation:
See attached picture for explanation.
Answer:
[24, 35, 9, 56 Approach #3: Swap the first and last element is using tuple variable.