10 10.4 11 11.4 12 12.4 ... 25 25.4
#include <iostream>
using namespace std;
main() {
int i;
for ( ) //determine how the counter will change and place the loop header
//insert output statement
}