Page 1 of 1

write a java code that reads character values grom the user and store them in a 2D array of size [2][3]. then find how m

Posted: Fri May 20, 2022 11:37 am
by answerhappygod
write a java code that reads character values grom the user and store them in a 2D array of size [2][3]. then find how many times the letter 'a' occured, print the 2D array as a matrix in addition to the answer
write a java code that reads character values from the user and store them in a 2D array of size [2][3]. then find how many times the letter 'a' occured, print the 2D array as a matrix in addition to the answer