Question: Write a program that uses reference variables as function parameters to multiply the values entered by user. The main function should allow the user
Write a program that uses reference variables as function parameters to multiply the values entered by user. The main function should allow the user to enter 3 numbers and a constant, call the multiply function, and display the results of multiplication. Sample Output: C:\Users\Iris\Desktop\c++ function examples\C... Enter the three numbers: 369 Enter a constant: 2 After multiplication new number 1 is 6 After multiplication new number 2 is 12 After multiplication new number 3 is 18 E 111 X < 1
Step by Step Solution
There are 3 Steps involved in it
Below is a simple C program that uses reference variables as function parameters to multiply the val... View full answer
Get step-by-step solutions from verified subject matter experts
