Answer:
I just want my 5 point lol sorry hope you get your answer
Explanation:
get terraria
Answer: Keyboard hardware & the operating system
Explanation:Keystroke loggers is also referred as the monitoring system which is a for the inspection of the every key pressed on an operating system. This technology monitors the activities of keypad devices such as smart phones etc. It is also used for the surveillance of the unauthorized activities that are done by the hackers or criminals.
Thus the correct option is keyboard hardware and the operating system is the location of the placement of the key loggers.
Answer:
social media like snap chat twitter and face book .it can even happen over email.or in school chats.
Explanation:
Answer:
1/2000
Explanation:
import java.util.Scanner;
public class InputExample {
public static void main(String [] args) {
Scanner scnr = new Scanner(System.in);
System.out.print("Enter birth month and date:");//comment this line if not needed
int birthMonth=scnr.nextInt();
int birthYear=scnr.nextInt();
String output= birthMonth+"/"+birthYear+"\n";
System.out.println(output);
}
}
if using this code the out put should be 1/2000