Multiple Choice
Which of the following statements can be used to fill a string variable with asterisks resulting in "*****$675.89"?
A) amount=amount.Fill(12,"*")
B) amount=amount.Insert(5,"*")
C) amount=amount.PadLeft(12,"*")
D) amount=amount.Space(5, "*")
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q50: Which of the following opens the employee.txt
Q51: Write an If clause that determines whether
Q52: Which of the following statements will read
Q53: Write the statement that would remove the
Q54: Write the code to declare a variable
Q56: In addition to getting data from the
Q57: What is the difference between an input
Q58: You use the _ member access operator
Q59: You reserve memory locations by declaring a
Q60: Which of the following removes the sixth