Skip to content

Conversation

@kairarobot
Copy link

Kaira's homework.

The location is at: /HangPerson/main.m

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The one thing I would suggest is that you make this more general. Use a for loop and compare within the loop...

int won = 1;
for (int i = 0; i < strlen(levelOne); i++) {
    if (levelOne[i] != levelOneMath[i]) {
        won = 0;
        break;
    } 
}

if (won) {
    printf("YOU ARE THE BEST EVER!!");
}

@mikekavouras
Copy link
Contributor

great work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants