CyberSlug Rules!

Beginner Programming CMPS060

Prof. Paulo Franca

Home

Syllabus

Login

Objects

Download

Staff only

Infinite Loop:

 

A sequence that is repeated forever

int count=0;
while (count<15)
{
JumpJack(Sal);
}