B/ Divide the viewpoint into three equal vertical divisions
Answer:
your on unit 9 of edhesive?
Explanation:
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!
Answer:
Handheld/Mobile Computers
The answer is C Excel. Excel allows you to make spreadsheets.
Hope this helps :-)