#include main() { int a,x; for (a=640; x>5;a/=2) { x = a/2; printf("\n%d divided by 2 is equal %d", a,x); } return 0; }