write a java statement to store a number 800.00 as a string
Answers
Answered by
1
Answer:
If your string is stored in str, and the index of the character you want to extract from that string is suppose 3, then the statement for extraction would be something like: str.charAt(3);
Similar questions