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

Middle elements #132

Open
ShivangiSingh17 opened this issue Oct 13, 2019 · 6 comments
Open

Middle elements #132

ShivangiSingh17 opened this issue Oct 13, 2019 · 6 comments

Comments

@ShivangiSingh17
Copy link
Owner

Given two numbers a and b between 1 and 100, write a program that can print the even elements between a and b.
Example:
a=4, b= 17
Output: 6 8 10 12 14 16

@khushbu1998
Copy link

which programming language to be used?

@ShivangiSingh17
Copy link
Owner Author

@khushbu1998 any language can be used as per your choice.

@kashishmadan
Copy link

Done! Submitted a PR #134!

@kashishmadan
Copy link

Let me know if you want to add something else too in it.

@kushverma86
Copy link

Can I contribute to this

@ltosh9802
Copy link

Provided a neat solution at #144

sash2501 added a commit to sash2501/Java-Jet that referenced this issue Oct 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants