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:
See attached file for detailed solution.
Explanation:
See attached file for explanation.
Answer:
name and address of web visitors.
Explanation:
A website refers to the collective name used to describe series of web pages linked together with the same domain name.
Web analytical packages are software features that are typically used for tracking the identity of a computer system by placing or adding cookies to the computer when it's used to visit a particular website. Thus, it's only used for tracking the identity of a computer but not the computer users.
This ultimately implies that, web analytical packages can obtain the geographic location, Internet connection type, and navigation source information when someone visits a website, but it cannot obtain the name and address of web visitors or users.