B) Oxygen combines with nitrogen in the air to form NOx at about 2500 degrees Fahrenheit.
The advantage of a pareto chart is to make sure they have all of their tools
Answer:
import java.util.Scanner;
public class InputExample {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int birthMonth;
int birthYear;
birthMonth = scnr.nextInt();
birthYear = scnr.nextInt();
System.out.println(birthMonth+"/"+birthYear);
}
}