Answer:
https
Explanation:
The "s" stands for "secure"
Answer:
import java.util.Scanner;
public class salary{
public static void main(String []args){
System.out.println("Enter the monthly pay: ");
Scanner scn = new Scanner(System.in);
double salary = scn.nextDouble();
double result = salary-(salary*0.15*0.035*0.0575*0.0275*0.05)-75;
System.out.println("The net salary is: "+result);
}
}
Explanation:
first import the Scanner class for taking the input from user.
then, create the main function and print the message for enter the salary from user. scn.nextDouble() store the value enter by user into the result.
after that, calculate the net salary by calculating the deduction amount and then subtract with salary.
finally, print the result on the screen.
Answer:
Virus scanning technique is the process to scan the software and identify the various viruses in the computing device. The basic aim of virus scanning technique is to provide the information security and review virus in the given program.
The three virus scanning techniques are as follow:
Behavior detection: This type of detection observe the execution of the program and helps in modifying the host file in the system.
Signature based detection: This type of detection uses various type of key aspects for examine the file for creating the fingerprint. It basically represent the byte stream in the file.
Heuristics detection: The basic aim is to detect or examine the files and it is basically designed to improve the security system. It is also known as heur.
Answer:
percentage
Explanation:
percentage, character, interger
it's either C or D I am pretty sure that the answer is D