For the following program to be executed over the single accumulator
organization, Can you elaborate the instructions that will be given for the
same?
#include <iostream>
using namespace std;
int main() {
int x = 5;
int y = 6;
int z = 34;
int total = (x+(x + y)*z+y);
cout << total;
return 0;
}
Answers
Answered by
2
Answer:
385
Explanation:
this result comes after the excution of prog.
Similar questions
Science,
3 months ago
Math,
3 months ago
Political Science,
1 year ago
Political Science,
1 year ago