-
Notifications
You must be signed in to change notification settings - Fork 118
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
Labels
Comments
which programming language to be used? |
@khushbu1998 any language can be used as per your choice. |
Done! Submitted a PR #134! |
Let me know if you want to add something else too in it. |
Can I contribute to this |
Provided a neat solution at #144 |
sash2501
added a commit
to sash2501/Java-Jet
that referenced
this issue
Oct 24, 2019
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: