Java-Jet icon indicating copy to clipboard operation
Java-Jet copied to clipboard

Middle Elements Added

Open kashishmadan opened this issue 6 years ago • 0 comments

ADDED PROGRAM: 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

kashishmadan avatar Oct 13 '19 06:10 kashishmadan