0
Range in c#
Please write a c# program that give a number and show a range😐 Example: 12 >> 10-20 23 >> 20-30 Thanks!
6 Respostas
+ 2
Ipang
Thank you .i find a way for it😁
https://code.sololearn.com/c0skgUKf2meE/?ref=app
+ 1
In your output example, you wrote
12 >> 10-20
23 >> 20-30
Did you mean the output to be like that, or is it like
12 >> 10 11 12 ... 20
23 >> 20 21 22 ... 30
I am taking the liberty to assume 10 and 23 as inputs. Correct me if I'm wrong ...
+ 1
I want a output like this:
"your number is in 10~20 Range"
👌
0
Show your code
0
Why the answer is 12? Why not 15?
0
Hello
I dont have code😐
I want to now how range function work in c#👌