in code in data
main() { int xyz, def, w, x, i; xyz = .... def = .... x = .... while (xyz < 5) { /* do something here... */ } }