-
Notifications
You must be signed in to change notification settings - Fork 71
TASK 2 AND 3 COMPLETED #27
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?
Conversation
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, this is a great job.
Task 002- You did very well, this is perfect.
Just one thing, what if the user mistakenly enters a letter, what will happen?
Review the code, try implementing that feature.
Task 003 - in your printf, the place you wrote number, it should be that; it displays the actual value entered by the user.
And also, your indentation should be looked at.
Over all, wel-done, this a great work.
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.
Weldone for the good job, I must say I'm impressed.
Just a few things to note;
TASKS/Task 002.c - It's good, but please compile your program and see if it runs as it should.
TASKS/Task 003.c - Please review this code, it's not correct, read it line by line, and you should see the error.
TASKS/Task 004.c - This is correct, but using the '&' symbol in the scanf might not be necessary, as a string is already a pointer.
TASKS/Task 006.c - This is correct too, but in your printf, replace number by the actual value entered by user.
No description provided.