+ 7
đChallenge â¨đšImplement Method OverLoding. Take one count method and overload it for following multiple operations
1) check total count of Armstrong number between 1 to your entered number. int count(int); 2) check total count of Prime number between your entered number. int count(int,int); 3) find total count of occrance of double Number in double array int count(double[], double); 4) find total count of occurance of entered character in entered string int count(String, char); 5) find total count of occurance of special symbol in entered string int count(String); https://code.sololearn.com/c0wqDRGx57TQ/?ref=app
1 Answer
+ 2
thank you.
new one will updated soon.. :)