store a number 800.00 as a string
Answers
Answered by
1
Answer:
string is a collection of character that are enclosing in hyphens so this way we can store a number into a string
x = "800.00"
Similar questions