Functions Lab[code]double calcWattsGenerated ( double n, double w) { return n * std::pow( ( w/25.0) ,3) ...
Functions Labam i missing a cin statement to bring the calcwattsgenerated equation into the void ?
Functions Labits supposed to print out the numerical value replacing the watts with kilo, or mega when necessary ...
Functions Labremoved double watts variable and the return, i'm not getting any calculations , [code]#includ...
Functions Labso something like this now i'm getting an error saying switch quantity not an integer on line 68 ...
This user does not accept Private Messages