-
Notifications
You must be signed in to change notification settings - Fork 71
task1 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
task1 #7
Conversation
davidinmichael
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wel-done for the attempt, I'm impressed.
TASKS/Task 001.c, try using continue Statements to skip the letters, because we learnt using continue Statement last time.
And the task 1 doesn't seem complete.
davidinmichael
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is really good, you smashed.
A couple of things to note;
In TASKS/Task 002.c, what if the user enters a letter by mistake, what would happen?
TASKS/Task 003.c, what if num%2 != 1, what should happen?
davidinmichael
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Blessing, I'm really impressed and happy seeing this, wel-done again.
TASKS/Task 014.c - I would love you to solve this using a while loop.
TASKS/Task 015.c - Please run this code and drop a comment on it.
Overall, I'm happy seeing this.
|
Thank you Mr David. I have updated task 14 and 15. I saw my error with task 15 when I executed the file. kindly take a look. I'd appreciate a feedback. |
No description provided.