🎏Challenge ✨🕹Implement Method OverLoding. Take one count method and overload it for following multiple operations | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

18th Oct 2017, 7:29 AM
Pranit Gandhi
Pranit Gandhi - avatar
1 Answer
+ 2
thank you. new one will updated soon.. :)
25th Oct 2017, 1:27 AM
Pranit Gandhi
Pranit Gandhi - avatar