Skip to content
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

Week 3 #50

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open

Week 3 #50

wants to merge 11 commits into from

Conversation

Frankenstei
Copy link
Contributor

THIS IS A PULL REQUEST TEMPLATE! This helps you complete a pull request. Please follow the instructions below.

Description

Tell us about your pull request!

Please make sure your submission is in the correct directory. In most cases, this is in submissions/YOUR-GITHUB-USERNAME/Week-Number/filename.

For example, if @codedentwickler is completing Week 1:

  • I solved the Week 1 task.
  • I create a new file inside submissions/codedentwickler/Week1/
  • I name this file fizzbuzz.py, hence we have the fizzbuzz solution in submissions/codedentwickler/Week1/fizzbuzz.py

@Frankenstei
Copy link
Contributor Author

My week 3 task

1 similar comment
@Frankenstei
Copy link
Contributor Author

My week 3 task

@@ -0,0 +1 @@
Week 3 solutions
Copy link
Contributor

Choose a reason for hiding this comment

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

Please transfer your week 3 task to Google docs and share directly with your mentors

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Alright, I am still trying to install google docs...that's the reason for the delay

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am still trying to install Google docs, that's the reason for the delay

Copy link
Contributor

Choose a reason for hiding this comment

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

{
for(int i=1; i<101; i++)
{
if (i%3==0&i%5==0) //uses the % operator to signify remainder
Copy link
Contributor

Choose a reason for hiding this comment

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

@Frankenstei your indentations are somewhat off. Please work on this, so the code is more readable


# Favourite Emoji

I really cant choose anyone right now because that would be cheating, i love them all equally but if i was to choose, id go with , you just dont see that everyday .
Copy link
Contributor

Choose a reason for hiding this comment

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

You didn't state the emoji though :)

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