Saved Bookmarks
| 1. |
Write a program in JAVA to enter a sentence from the keyboard and search for a character in it and print the locations at which the character is present in the string.E.g.: Venkatesh is playing with a kite.Enter the character to be searched: kOutput: Searched character found at location(s): 4 29 |
|
Answer» i don't KNOW what is this |
|