User: hackmattr

  • Public profile

User profile: hackmattr

User info
User name:hackmattr
History
Joined:
Number of posts:4
Latest posts:

'Else' without a previous 'if"
You are going to have to change your isPrime function [code] bool isPrime(int number) { fstr...

'Else' without a previous 'if"
There are plenty of examples just from a google search. Here's a link to another page on this forum ...

'Else' without a previous 'if"
You are missing the brackets that contain the code for the if statement. [code] if (number % 1 && n...

I am receiving a run time error
you can use one switch statement by doing this instead. [code]case 0: Sign = aries; cout <<"Aries\n...

This user does not accept Private Messages