A. What would be displayed by the line:

 

   cout << clocation1 + clocation1/clocation2 * clocation2;

 

 

 

Why??

 

clocation1 + clocation1/clocation2 * clocation2 =

     68    +    68     /   10      *    10      =

     68    +          6            *    10      =

     68    +                      60            =

          128