Answer:
A
Explanation:
because when you make a presentation so you are already use technology
Mostly teenagers and young adults (ages 14-21) text the most.
The biggest thing she need to consider are her variables. and the output she will get.
Answer:
interface GUIComponent{
public void open();
public boolean close();
public void resize(int width, int height);
public void move(int x, int y);
}
Explanation: