Answer:
import java.util.Scanner;
class Main {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
while(true) {
System.out.print("Enter an integer (0 to exit): ");
int num = scan.nextInt();
if (num == 0) break;
if (num%3 == 0 && num%5 == 0) {
System.out.printf("%d is divisable by both 3 and 5.\n", num);
}
else if (num%3 == 0 && num%5 != 0) {
System.out.printf("%d is divisable by 3 but not by 5.\n", num);
}
else if (num%3 != 0 && num%5 == 0) {
System.out.printf("%d is divisable by 5 but not by 3.\n", num);
} else {
System.out.printf("%d is not divisable by 3 or 5.\n", num);
}
}
scan.close();
}
}
The correct answer is Electronic Paper Display. It is a device that is used to convert handwriting to text on a computer screen. IT is also called as e-paper that mimic the appearance of ordinary ink on paper..
Digital literacy is part of media literacy,Both include the idea of info literacy,Which is the ability to effectively find, Identify, Evaluate,And use info., Digital literacy especially applies to media from the internet, Smartphone,Video games,And other things us teens use now & days....Hope that helps (Also next time up your points if you want more Answers) (:
Explanation:
a cable tester is a device which is used to test network connection