Home /
Expert Answers /
Computer Science /
write-a-method-that-returns-a-new-string-with-using-the-following-string-methods-equals-toupperc-pa920
(Solved): Write a method that returns a new string with using the following string methods: equals(), toUpperC ...
Write a method that returns a new string with using the following string methods: equals(), toUpperCase/toLowerCase(), charAt(), substring(), indexOf(). For example: how many "VA" in a given string sentence.