A block-A of mass 0.6 kg and block-B of mass 0.75 kg are placed on smooth horizontal surface at a distance of 70 m as shown below. Forces of 9 N on block-A and 15 N on block-B are applied to bring them closer.
Answers
Answered by
0
Answer:
easy
Explanation:
create an object from the ArrayList class named integers
ArrayList<Integer> integers = new ArrayList<>();
// let's add the values 15, 34, 65, 111 to the integers object
integers.add(15);
integers.add(34);
integers.add(65);
integers.add(111);
// we print the size of the integers object
System.out.println(integers.size());
Similar questions