Question #278409

9+(4-7*(3/2*8)+5)-6


Expert's answer

#include <iostream>
int main() {
  int result = 9 + (4 - 7 * (3 / 2 * 8) + 5) - 6;
  std::cout << result << std::endl;
  return 0;
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

LATEST TUTORIALS
APPROVED BY CLIENTS