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:
consistent phrasing is missing
Explanation:
If you will note carefully, the bullets are not in correct format. The model is missing. The correct one is as below.
Risks
The correct form of presentation is as below:
1. Risks
a. employees
a. physical illness
b. mental illness
c. death
2. Customers
a. complaints
b. downtime
3. Benefits
However, the content seems to be complete now, and hence not anything else is required. And since its not something very tough to decide to go with, bite the bullet is certainly not an issue.
Answer:
En carpintería se utilizan martillo, cinta métrica, escuadras, niveles de burbuja, navaja, herramientas de marcado, destornilladores y sierra circular.
Explicación:
Las herramientas manuales utilizadas en carpintería son martillos, cinta métrica, escuadras, niveles de burbuja, navaja, herramientas de marcado, destornilladores y sierras circulares, etc. Con martillos se pueden unir dos piezas de madera. La cinta métrica se utiliza para medir. Las herramientas manuales que se utilizan para la herrería son martillos de mano, mazos, cinceles, punzones, punzones y una selección de tenazas con brocas, etc. Estas herramientas se utilizan para cambiar la forma después de estar blandas debido al calentamiento.
It is very important for programmers to consider design details when creating an API because: B. the API should be intuitive for other engineers to use.
<h3>What is an
API?</h3>
API is an abbreviation for application programming interface and it refers to a software intermediary or computing interface that comprises a set of executable codes, tools and protocols that helps software applications and computers to communicate with each other, as well enable the exchange of data.
Some examples of common application programming interface (APIs) are:
In conclusion, it's very important for programmers to consider design details when creating an API because it should be intuitive for other engineers to use.
Read more on API here: brainly.com/question/20910074
#SPJ1
Answer:
Answer explained below
Explanation:
The corners of the triangle are the primary colours; points along the triangle edges represent colours achieved by mixing 2 primary colours.
Points within the triangle represent quantitatively the colours obtained by mixing the 3 primaries in varying proportions.
The match can be written C ≡ aR + bG + cB, where C is the colour to be matched, R, G, B are the chosen primaries and a, b, c, record the amount of each primary. a, b, c, are the measure of the colour C.
Multiplying a, b, c by a constant factor just changes the brightness of the colour so usually a + b + c = 1 is chosen in suitable units.
In this way we can say that the relation between the Maxwell triangle and colour cube