Posts by Gabriel • 23 points
1 post
-
2
votes2
answers1157
viewsQ: Print the open range between two numbers in descending order
In the code below, I can make it not show variable value a, but the variable b ends up in the print. The expected response would be the open interval ]A..B[. Ex: variable a = 10 and variable b = 5.…