What is the output of the program? * 2 points 1 #include using namespace std; 39 int out (int a, int b ,int c) { 2 int result; result = a +b - c; return (result); } 4 5 6 79 int main(){ int a = 50, b...


What is the output of the program? * 2 points<br>1<br>#include <iostream><br>using namespace std;<br>39 int out (int a, int b ,int c) {<br>2<br>int result;<br>result = a +b - c;<br>return (result); }<br>4<br>5<br>6<br>79 int main(){<br>int a = 50, b = 20, c=30;<br>int result;<br>8<br>9<br>result = out (a, b,c);<br>cout <«

Extracted text: What is the output of the program? * 2 points 1 #include using namespace std; 39 int out (int a, int b ,int c) { 2 int result; result = a +b - c; return (result); } 4 5 6 79 int main(){ int a = 50, b = 20, c=30; int result; 8 9 result = out (a, b,c); cout <« "total value of function is =" <« result <« endl; return e;} 10 11 12 о 40 о 45 o 100 70

"total="" value="" of="" function="" is="">
>
Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here