Computer Science, asked by titikshapatil098, 3 months ago

String object is used to store and manipulate numbers. true or false​

Answers

Answered by tanishq1235698poi
2

Answer:

true is the correct answer

Answered by dreamrob
1

Answer:

String object is used to store and manipulate numbers.

⇒ False

A String object is used to store and manipulate string (a series of characters).

Some string methods:

  • charAt() → returns character at a specific position
  • indexOf() → returns the index of the character for the first occurrence if found, otherwise returns -1
  • lastIndexOf() → returns the index of the character for the last occurrence if found, otherwise returns -1
Similar questions