Question

3. What is the output of the following program? (8 Points) #include using namespace std; int main(){ int i=20; for(int j=9; j>6; j--){ int i=10-j; cout<

0; }

Question image 1Question image 2Question image 3Question image 4Question image 5Question image 6Question image 7Question image 8Question image 9Question image 10Question image 11Question image 12