Question: Define a method that takes a two-dimensional array of type char and returns a value of type int. The method returns the number of digits

Define a method that takes a two-dimensional array of type char and returns a value of type int. The method returns the number of digits in the parameter array. The method's header is public static int count(char(l) in) Example: char(l) a = {{'a', 'B, '5'}, l'@ 3/43 18'M}, {7}; int out = count(a); // out = 6
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
