Java-Jet
                                
                                
                                
                                    Java-Jet copied to clipboard
                            
                            
                            
                        Middle elements
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
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