#include int main() { for (int i1 = 8; i1 <= 20;i1 += 3) { printf("%d\n", i1); } }