Answer: you said "Tamara needs to use
operators to organize the students' grades, then
operators to compare the results."
i think your right
Explanation:
sounds right.
Answer:
I am pretty sure it's D. to teach strategy and critical thinking.
Answer:
String word = "George slew the dragon";
int pos = word.indexOf("dr");
String drWord = word.substring(pos, pos+4);
System.out.println(drWord);
Explanation:
Assuming dr is always there, we don't have to check the validity of 'pos'. Normally, you would!
It is a unit of disk space allocation for files and directories. Hope this helps :)