+ 11
Table of 5 with first 10 multiples int number = 5; for(int i = 1; i <= 10; i++) { cout << number * i << endl; }
15th Dec 2017, 12:44 PM
Cool Codin
Cool Codin - avatar