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);
}
}
Answer:
It’s so we can then understand other cultures and other ways that people do things or we can also be prepared for what a country that we have not been to yet is going to relatively be like. This can also help with vacation planning.
Explanation:
it can also help us understand different people from different cultures.