Question: refs.cpp #include #include refs.h using namespace std; int main(int argc, const char * argv[]) { int num; cout > num; triple(num); cout the file refs.cpp.

refs.cpp
#include#include "refs.h" using namespace std; int main(int argc, const char * argv[]) { int num; cout > num; triple(num); cout the file refs.cpp. It makes use of a function named triple which returns a number multiplied by three. Provide this function in a file named refs.h. Sample output from refs.cpp Enter a number: 5 15
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
