Answer:
b. a variable
Explanation:
A variable holds a specific type of data
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);
}
}
}
}
Answer:
Can't really help you... But you can try emailing support.
The answer is multitasking. This is when the OS always programs to share resources to run at the same time.
If the applications were running on separate CPUs, then it would be multiprocessing.