//Print table of fractions #include using namespace std; void main() { int n; //used to 'drive' the loop cout<<"1/N\tDecimal\n"; // \t is a tab for (n = 1; n<10; n++) { cout<<"1/"<