User profile: anonymous156

User info
User name:anonymous156
History
Joined:
Number of posts:13
Latest posts:

Function Overloading
@thmm it should be two functions and the main function should be like this: [code]int main() { Get...

Function Overloading
20, 60, and 100 should be 60 2, 6, and 9 should be 5.66667

Function Overloading
So this is my code but the output that i get is wrong. [code]#include <iostream> using namespace st...

Function Overloading
How to make the function with 3 parameters? I still can't understand it

Function Overloading
How can I create two functions that has the same name GetAve. The first function should have 3 param...