Is advertising influencing her?
What are her motivations?
Has she compared prices?
Is she buying at the right time?
Refraction represents a change in the direction of propagation when beams of light encounter a medium with a different density.
Reflection is the return of light to the medium it came from when it encounters a mirror.

The correct answer is A. true.
It was written in 1948 by the bureau of Labor statistics .
HOPE IT HELPS YOU
Answer:
see explaination
Explanation:
import java.io.*;
import java.util.Scanner;
public class Winners {
public static void main(String args[]) throws IOException {
Scanner sc = new Scanner(new File("WorldSeriesWinners.txt"));
String commands[] = new String[100000];
int c = 0;
while (sc.hasNextLine()) {
String input = sc.nextLine();
System.out.println(input);
if (input.isEmpty())
continue;
commands[c++] = input;
}
sc.close();
Scanner keyboard = new Scanner(System.in);
System.out.println("Enter the name of a team: ");
String name = keyboard.nextLine();
int count = 0;
for (int i = 0; i < c; i++) {
if (commands[i] != null) {
if (commands[i].equals(name)) {
++count;
}
}
}
if(count!=0)
System.out.println(name + " has won the World Series in the time period from 1903 through 2018 " +count + " number of times" );
else
System.out.println("Team with name "+name+ " does not exists");
}
}
Answer:
2.
Explanation:
Annotating in PowerPoint is the create notes while delivering a PowerPoint presentation. This could be done in two ways.
First, right click with the mouse and select 'pointer options'. Then you can choose either pen or highlighter to circle certain word or highlight any line.
The second way of creating annotation is by going to View→Normal→Notes.
After you select 'notes', a pane will appear at the bottom of your presentation.
So, the correct answer that annotation tools menu is available in Normal. Thus option 2 is correct.