What's Wrong With My Functions?[code]#include <iostream> void readData(double &w, double &l); double area(double w, double l); void...
What's Wrong With My Functions?Of course I have to set them to 0! I always forget the simplest of things on these. Thank you all ve...
What's Wrong With My Functions?I made some slight modifications but the readData is still giving me trouble. If I ask for the value...
What's Wrong With My Functions?This code should be pretty straightforward, readData reads the width and length, area calculates the...
Trying to Design a Simple CalculatorFor this specific assignment I have to use functions to make a calculator. I have to make a separate...
This user does not accept Private Messages