Hi Friends,
i need to select a value from a range of 1 to 5 randomly.
i tried below method
new Random().Next(1,5)
it works but the problem is randomly showing 1 to 4 only not 5.
could anyone helps me to solve this issue.
Thanks
Lenin KR
8 posts - 4 participants