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);
}
}
Remote?? maybe I’m not really sure
I’m sure the answer is correct and it is below
“ A catapult works because energy can be converted from one type to another and transferred from one object to another. ... This energy is stored in the launching device as potential, or stored, energy. The catapult you are about to make uses elastic potential energy stored in a wooden stick as you bend it.”
Given A = {1,2,42,57,99,538,677}, B = {1,5,6,7,{2,3} , and C ={1,{7}, {8,9}}, answer the following questions, use the proper not
professor190 [17]
Answer:
c < 7
Explanation:
The cardinal indicates the number or quantity of the elements of a set, be this finite or infinite quantity.
Given, A = {1, 2, 42, 57, 99, 538, 677}
B = {1, 5, 6, 7, {2, 3} }
C = {1, {7}, {8, 9} }
Let's say the cardinality of the subset is: c
Inequality that represents the cardinality of any proper subset of A is: c < 7
Hope this helps!