Java implementation of the indexOf method
KW.java
Output
kodingwindow@kw:~$ javac KW.java
kodingwindow@kw:~$ java KW 4 7 6 -1 -1 kodingwindow@kw:~$
What Next?
Java implementation of the Character class
Java implementation of the charAt method
Java program to find the length of a given string
Advertisement