Q3. Use C++ program to write the following table using for control structure? 1 10 100 1000 2 20 200 2000 3 30 300 3000
Posted: Fri May 20, 2022 6:38 pm
Q3. Use C++ program to write the following table using for control structure? 1 10 100 1000 2 20 200 2000 3 30 300 3000 4 40 400 4000 5 50 500 5000 6 60 600 6000 7 70 700 7000 8 80 800 8000 9 90 900 9000