Hi!
I need som help. I am kind of new in programming. Could someone help me convert a VB code into C#?
The code is following
label1.Text = CStr(Int(rnd() * 10))
I've gotten as far as
label1.Text = Convert.ToString(... But how do I convert "rnd"?
This application is supose to be a one armed bandit, it's supose to pick random numbers.
Thanks for the help!
I need som help. I am kind of new in programming. Could someone help me convert a VB code into C#?
The code is following
label1.Text = CStr(Int(rnd() * 10))
I've gotten as far as
label1.Text = Convert.ToString(... But how do I convert "rnd"?
This application is supose to be a one armed bandit, it's supose to pick random numbers.
Thanks for the help!