7.4 Rewrite the code in Exercise 7.2 with a native array. For example, you would start with:
char [ ] letters = new char [10];
letters [0] = 'f';
Test your revision.
 
 
View Solution
 
 
 
<< Back Next >>