Custom Subtraction Function

# Introduction In this challenge, you are asked to write a C++ program that defines a custom subtraction function called `subtra(int a, int b)` and calls this function in the main function to return the result of `subtra(9, 5)`.

|60 : 00

Click the virtual machine below to start practicing