jennn6679 jennn6679 13-05-2023 Engineering contestada Write a statement that declares a prototype for a function tripleIt, which can be used as follows: int x=5; tripleIt(&x); /* x is now equal to 15 */ In C++