Wednesday 27/11/2019 (Midnight) Q#1 Write a C++ recursive function that receives x of type double and y of type int as parameters. Assume that y is +ve integer. The function should find and return x to the power y (x”). Show transcribed image text Wednesday 27/11/2019 (Midnight) Q#1 Write a C++ recursive function that receives x of type double and y of type int as parameters. Assume that y is +ve integer. The function should find and return x to the power y (x”).
Expert Answer
Answer to Wednesday 27/11/2019 (Midnight) Q#1 Write a C++ recursive function that receives x of type double and y of type int as p…