Evaluate the following C++ expressions. (i) int a = 5, b = 7, c; c= a * a + b * b
Answers
Answered by
11
answer 74::
not satisfy check out the screenshot
not satisfy check out the screenshot
Attachments:
Answered by
10
The answer is 74
include <iostream>
using namespace std;
int main( ) {
int a=5 , b=7 , c;
C = a * a + b * b;
Cout<<C;
return 0;
}
Similar questions
Science,
7 months ago
Hindi,
7 months ago
Accountancy,
7 months ago
Computer Science,
1 year ago
Science,
1 year ago
English,
1 year ago
Math,
1 year ago