Question: (Processing java Q) Choose better names for the following variables so that comments are no longer needed: // calculate the average age of my polo
(Processing java Q) Choose better names for the following variables so that comments are no longer needed: // calculate the average age of my polo team
int a; // first player age
int b; // second player age
int c; // third player age
int d = (a+b+c)/3;
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
