help with class programFor line 53, it should be [code]bool Circle::containsPoint(double xValue, double yValue)[/code]. An...
Problem with "=" operator in a problem regarding classesHi, for your [code]void Rational::addition(Rational d)[/code] function, is a void. So it does not re...
Displaying Highest Value in Array HelpTo remove that error, simply remove ';' at [code]int maxElement(int a[],int size); [/code]. But af...
Trouble with my assignmentHi :) For you [code]char menu[/code], is a function that requires to return a [code]char[/code]. So ...
Can someone explain this?For the for loop, it will first start from i = 9, output the array [code]nums[/code] at position 9. ...