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

How do you use subsidize in a sentence
Describe how an organism becomes a fossil? HELP ME!!!!!!!!!!!
Do multiplication always make the number bigger
How do you use subsidize in a sentence
A black rock that produces heat
"Atticus killed the engine in the driveway and coasted to the carhouse". What does that mean? This is from To Kill a Mockingbird.
A black rock that produces heat
A black rock that produces heat
How do I simplify (3²)-³
Explain why the chromosomes in the haploid cells that are produced by meiosis I look different than those produced by meiosis II.