question archive Write C++ code to (10 points): • Create a function called "rem" that: ? Accepts two int variables as input parameters ? Calculates and returns the remainder of dividing the first number by the second

Write C++ code to (10 points): • Create a function called "rem" that: ? Accepts two int variables as input parameters ? Calculates and returns the remainder of dividing the first number by the second

Subject:Computer SciencePrice: Bought3

Write C++ code to (10 points): • Create a function called "rem" that: ? Accepts two int variables as input parameters ? Calculates and returns the remainder of dividing the first number by the second. ? Input Validation: Do not divide by 0; return a value of 0 instead; • Create a main function that: ? Asks the user to input two numbers ? Passes the numbers as arguments to the "rem" function ? Prints the returned value to the screen • Extra Credit: ? Write an overloaded function of "rem" that (+5 points): ? Accepts a filename as an input parameter. ? Use a default argument of "infile.txt" for the filename input parameter ? It should read two numbers from the file and return the remainder of their division. ? Input Validation: Do not divide by 0; return a value of 0 instead;.

pur-new-sol

Purchase A New Answer

Custom new solution created by our subject matter experts

GET A QUOTE