#include //compare_three_loops1.cpp using namespace std; int main () { int j=0;int i =0; /// cout<< " for loop \n"; for(int x=0; x<=10; x++){ cout << x<<" ";} cout<