i have a problem in displaying the even value. i try to do the exercise in asking the user of the value of x and the value of y. then, showing the value bettween x and y. in between the value x and y there suppose to be an even and odd number. for exampe if the value x = 1 and the value of y = 5. then it will write 12345. (i done this). but, i have the problem in showing the even value between x and y . i use for loops for showing the 12345 and then i confused for showing the even value. i know the formula would be value*2..