repeat c until b using while and if code example Example: WHILE loop in c while( a < 20 ) { printf("value of a: %d\n", a); a++; }