how can I printed the result with 10 numbers per row and with 5-character width for each number?#include<iostream> #include<iomanip> int counter = 0; for (int n = 2; n <= 200; n++) { //(1) ...
This user does not accept Private Messages