Hey programmers. I have problem declaring SHARE in this function.
I tried many different ways but it didn't work I hope somebody help me fix the problem. Here is my source code: int max(int r);
float share::station_max(int r)
{
int c;
float max=0.0;//Maximum gas price of gas for each station
return max;