CyberSlug Rules!
Beginner Programming CMPS060
Prof. Paulo Franca
Syllabus
Login
Objects
Download
Staff only
void jumpjack(athlete somebody,int howmany)
{
somebody.ready(); somebody.up(); somebody.ready();
}
Note:
it is possible to declare in the expression:
for(int count=1;count<=howmany;count++)