Q:

What is the value returned by 5 + 10 * 20/2

0

What is the value returned by 5 + 10 * 20/2?

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

#include <iostream>

int main() {
  std::cout << (5 + 10 * 20 / 2) << std::endl;  // 105

  return 0;
}

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now