/* L2-4.cpp (Cramped Output) Revise the program so that its output is in the following form: 2 yards = 72 inches */ #include using namespace std; int main() { int inches, yds; yds = 2; inches = 36 * yds; cout <