Answer: my test says line graph soooo….
Explanation: if its what the test says
Answer: 7 math 8 many
Explanation: it makes sense
Answer:
"Quotes"
Slashes \//
How '"confounding' "\" it is!
Explanation:
The question above is testing your knowledge of the "\" escape sequence, This escape sequence is used to introduce special formatting to the output of the System.out.print function in Java.
It can be used to introduce a new line \n
It can also be used to introduce a tab indentation \t
As in the question above it is used to introduce double quotes "" in this case \"
Also as we see the question above it can still be used to place backlashes to an output in this case we use two backlashes \\. The first is the escape sequence, the second \ gets printed out.
Answer:
A) Vector is an upward, downwards, left, and right directions for Emily vector is in the upward, downwards, and right directions for Fran.
B) The force of weight and gravity in the downward direction, the normal force in the upward direction, acceleration force in the right direction and the frictional force in the left direction. Fran doesn't have a frictional force.
C) Emily's velocity will slow down since the ground is being countering her velocity and slowing her down in the opposite direction until she stops. Fran's speed will be constant since there is no friction to slow her down so she will continue to move unless she hits a wall.
Explanation: