C. Internet explorer
Hope this helps :) please thank!
Answer:
a) LAN
Explanation:
Ethernet is a standard for a IEEE or LAN.
The answer is a set of rules for behavior when using the internet
For example online bullying defies the code of conduct.
Import java.util.Scanner;
class hola
{
public static void main(String[]args)
{
Scanner x=new Scanner(System.in);
int a=x.nextInt();
int b;
if(a>20&&a<100)
{
b=a%12;
if(b%2==0){
System.out.print("es par"+b);
}
else{
System.out.print("es impar"+b);
}
}
}
}