Advertisements
Advertisements
Question
Write a method prototype of the following:
A method PosChar which takes a string argument and a character argument and returns an integer value.
One Line Answer
Solution
public int PostChar(String st, char chr)
shaalaa.com
Is there an error in this question or solution?