Solved

Which of the Following Statements Can Be Used to Fill

Question 55

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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions