Given two numbers, let\'s say start = 1 and end = 4, I am trying to count all the numbers in sequence up and then down . No looping is allowed
start = 1
end = 4
You might be able to set it to a count up from 1->3 and >=4 do a -- down to 1.