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

which of ordered pairs is not a function ? 1.) (0,9) , (9,0) , (1,2) , (3,4) 2.) (0,1) , (-1,0) , (1,2) , (3,2) 3.) (2,3) , (3,4) , (4,5) , (5,6) 4.) (2,3) , (
60 is 25% of what number?
What is 2 radical 15 squared
Four fifths of the members of a club are female. Three-quarters of these females are over 20 years old. What fraction of the members of the club are females ove
Which of the following is NOT indicated by Mendel’s experiments? (A) incomplete dominance (B) segregation (C) recessive (D) dominant (E) independent assortment
Vicki puts 10 books on a shelf. The 10 books take up 28 cm. What is the mean (average) thickness of her books? Can I have it worked out as well plz? I really ne
Teach me about ratios
Whose statement makes sense? Who's statement is nonsense? Explain your reasoning. Gavin: There is no multiple of 1/6 between 3/6 and 4/6. Abigail: 4/5 is a mu
How is America the Land of Opportunity? Even though not everyone can get jobs or come here from other countries and work.
Can someone help me with this question I don't know how to subtract a whole number by a fraction