houndog2096 houndog2096
  • 19-11-2021
  • Computers and Technology
contestada

Write a function ComputeVal that takes two integer parameters and returns the product of the two parameters plus 9. Ex: ComputeVal(4, 6) returns 33.

Respuesta :

khanboy2real khanboy2real
  • 19-11-2021

Answer:

#include <iostream>

using namespace std;

/* Your code goes here */

int main() {

  int input1, input2;

  int result;

 

  cin >> input1;

  cin >> input2;

 

  result = ComputeNum(input1, input2);

 

  cout << result << endl;

  return 0;

Explanation:

Answer Link

Otras preguntas

What were the positive and negative effects of Egypt being imperialized by Britain.
who over threw the nobles with the support of common people
who over threw the nobles with the support of common people
Estimate 49% of 162. Use mental math to calculate 49% of 162. ???
What were the positive and negative effects of Egypt being imperialized by Britain.
What is .725 as a fraction
What is the essence of philosophical ethics
What is .725 as a fraction
What is the essence of philosophical ethics
What were the positive and negative effects of Egypt being imperialized by Britain.