gradAge = matricAge + 4;,”Given two integer variables matricAge and gradAge
write a statement that gives gradAge a value that is 4 more than the value of matricAge.”
The goto resource for studying materials
gradAge = matricAge + 4;,”Given two integer variables matricAge and gradAge
write a statement that gives gradAge a value that is 4 more than the value of matricAge.”