Which two of these statements will remove the last five characters of the name variable?
Excellent! There are two ways to use Remove (). With a single argument, passing an index or with two arguments: a start and a number of characters.
Close! There are two ways to use Remove (). With a single argument, passing an index or with two arguments: a start and a number of characters.