Answer:
the answer is B and is part of all spreadsheet functions
Answer:
formula bar shows the contents of the current cell and allows you to create and view the formulas
True because that's what i said it is
Answer:
c. StringBuilder
Explanation:
An alternative to the String class would be the StringBuilder Class. This class uses Strings as objects and allows you to mix and match different strings as well as adding, removing, implementing, and modifying strings themselves as though they were similar to an array. Unlike the string class StringBuilder allows you to modify and work with a combination of strings in the same piece of data as opposed to having various objects and copying pieces which would take up more memory.