//for loop prints by .5 #include using namespace std; int main() { double num; //used to 'drive' the loop int count; for (num = 0, count=0; num<11; num+=0.2,count++) { cout<