Read it backwords. it helps look for spelling errors.
Answer:
It's A. a CompTIA certificate and D. a Microsoft-certified desktop support
certificate
Explanation:
I got it right.
8wmX si2 jkkajmid di e2 2i2
Here you go plz mark brainlist
Answer:
1/2000
Explanation:
import java.util.Scanner;
public class InputExample {
public static void main(String [] args) {
Scanner scnr = new Scanner(System.in);
System.out.print("Enter birth month and date:");//comment this line if not needed
int birthMonth=scnr.nextInt();
int birthYear=scnr.nextInt();
String output= birthMonth+"/"+birthYear+"\n";
System.out.println(output);
}
}
if using this code the out put should be 1/2000