For some reason, my "if" expression will not work in Xcode. It gives a "parse issue" with the if expression. Any suggestions? The error code is: "Expected unqualified-id". I am working with xcode. Please see below:
if (surfaceArea > 750)
{
totalCost t=50;
}
Thanks in advance,