Loops. Loop with parameter (for)




Task
Modify the program so that it displays numbers as follows:
10 10.4
11 11.4
12 12.4
...
25 25.4
C++
1
#include <iostream>     
2
using namespace std;   
3
main()  {     
4
int i;     
5
6
7
}     
Your last submission is saved in the editor window.
     

Results:

All results: