1 - 20.4 r 2 - 40.8 r ... 20 - 408.0 r
#include <iostream>
#include <iomanip>
using namespace std;
main() {
int i;
cout << fixed << setprecision (1);
for ( ) // Determine how the counter variable will change and place the loop title
//write the output statement here
}