Create a c++ program that has 4 level iterations of individual digits, up counter and down counter using 0000 - 9999 and 9999-0000 based on the program below

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Create a c++ program that has 4 level iterations of individual digits, up counter and down counter using 0000 - 9999 and 9999-0000 based on the program below:

O C:\Users\angel\Desktop\CODE\UNA\bin\Debug\UNA.exe
Loopings up to 4th Level (0000-9999)
1st Digit
2nd Digit
3rd Digit
4th Digit
2
3
4
5
6
9
3
4
6
2
1
3
5
3
6
3
7:12 PM
My Questions | bartl.
Imain.cpp (UNA] - C...
C:\Users\ange\Desk.
5/16/2022
Transcribed Image Text:O C:\Users\angel\Desktop\CODE\UNA\bin\Debug\UNA.exe Loopings up to 4th Level (0000-9999) 1st Digit 2nd Digit 3rd Digit 4th Digit 2 3 4 5 6 9 3 4 6 2 1 3 5 3 6 3 7:12 PM My Questions | bartl. Imain.cpp (UNA] - C... C:\Users\ange\Desk. 5/16/2022
*Untitled - Notepad
File Edit Format View Help
#include <iostream>
using namespace std;
int main()
{
cout << endl <<
" « endl <« endl;
Loopings up to 4th Level (0000-9999)
<« endl;
**
cout <<
" « endl;
" « endl;
cout <<
1st Digit
2nd Digit
3rd Digit
4th Digit
cout <<
==
int ikot = 0;
int bilang = 0;
while (ikot<10)
{
int turn = 0;
do
{
int iterate;
for (iterate=0;iterate<10;iterate++)
{
cout << "
" <<ikot<<
<«ikot<< "
" << turn << "
" <<iterate <« endl;
++bilang;
}
turn++;
}
while (turn<10);
ikot++;
}
cout <« "******";
cout <« "**" <« endl;
cout << "
Ang kabuuan ng pag-ikot sa lahat ng loops ay: " <«--bilang <« endl « endl;
return 0;
}
Ln 32, Col 1
100%
Windows (CRLF)
UTF-8
7:12 PM
W
O My Questions | bartl...
main.cpp [UNA] - C..
*Untitled - Notepad
5/16/2022
Transcribed Image Text:*Untitled - Notepad File Edit Format View Help #include <iostream> using namespace std; int main() { cout << endl << " « endl <« endl; Loopings up to 4th Level (0000-9999) <« endl; ** cout << " « endl; " « endl; cout << 1st Digit 2nd Digit 3rd Digit 4th Digit cout << == int ikot = 0; int bilang = 0; while (ikot<10) { int turn = 0; do { int iterate; for (iterate=0;iterate<10;iterate++) { cout << " " <<ikot<< <«ikot<< " " << turn << " " <<iterate <« endl; ++bilang; } turn++; } while (turn<10); ikot++; } cout <« "******"; cout <« "**" <« endl; cout << " Ang kabuuan ng pag-ikot sa lahat ng loops ay: " <«--bilang <« endl « endl; return 0; } Ln 32, Col 1 100% Windows (CRLF) UTF-8 7:12 PM W O My Questions | bartl... main.cpp [UNA] - C.. *Untitled - Notepad 5/16/2022
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY