Question: I do not understand this code, especially the : means between char ch and charOfName. Could you explain this code to me in

 I do not understand this code, especially the " : "

I do not understand this code, especially the " : " means between "char ch" and "charOfName". Could you explain this code to me in Java.

2) Write a method printDigits that prints the digits in a string given as parameter. Use the isDigit(char ch) method of the Character wrapper class. public static void printDigits(String str)f char[] charOfName str.toCharArray(); for (char ch charOfName) if (Character.isDigit(ch)) System.out.printin(ch ",")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!