Question: Suppose we have a character array char [] carray = {C, O, B', 'A'}; What will be the result of the statements below? for (i
Suppose we have a character array char [] carray = {‘C’, ‘O’, ‘B', 'A'}; What will be the result of the statements below? for (i = carray.length()-1; i _= 0; i--) System.out.print(carray[i]);
Step by Step Solution
3.45 Rating (155 Votes )
There are 3 Steps involved in it
There will be no output of this program as there are ... View full answer
Get step-by-step solutions from verified subject matter experts
