Skip to content

Conversation

@abigsam
Copy link
Owner

@abigsam abigsam commented Sep 24, 2018

Add lecture #2

@abigsam abigsam requested a review from hell-coder September 24, 2018 08:31
Copy link
Collaborator

@hell-coder hell-coder left a comment

Choose a reason for hiding this comment

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

  1. in future use separate commits for different programs
  2. see inline comments

printf("\n");
}
printf("Calculation end\n");
} No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ex6: Write a C program to print all numbers between 1 to 500 which divided by a number specified by user;

Copy link
Owner Author

Choose a reason for hiding this comment

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

Sorry, I don't understand. I have input variable "divider" as mentioned in exersice that can be specified from main() program. What I did wrong ?

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it means division without reminder.
e.g. divider=100, then the output should be 100, 200, 300, ....

In the future please clarify the task before.

Copy link
Collaborator

@hell-coder hell-coder left a comment

Choose a reason for hiding this comment

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

See comments.

printf("\n");
}
printf("Calculation end\n");
} No newline at end of file
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it means division without reminder.
e.g. divider=100, then the output should be 100, 200, 300, ....

In the future please clarify the task before.

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.

3 participants