//statement int a = 0; int b = 0; do {int i = 1; i = i + 1;} while (a > b)