Pls Help Out ( Visual Basic ) - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Pls Help Out ( Visual Basic ) (769 Views)
1 Reply
| Pls Help Out ( Visual Basic ) by Talk2bryant(op): 5:03pm On Nov 18, 2013 |
was given a quiz in class earlier today, the question goes thus : create a simple program which will determine if any random number is even or odd? i just started vb days ago and have been trying to use the if-else statement and have not been getting.... pls gurus in the house help a bro out |
| Re: Pls Help Out ( Visual Basic ) by jboy01(m): 6:38am On Nov 19, 2013 |
Talk2bryant: was given a quiz in class earlier today, the question goes thus :Here is my one cent. Private sub randomTest() Dim randomInt as integer Dim rnd as new system.random() randomInt = rnd.Next(0, 100) 'generate randon from 0 to 99 If(randomInt % 2 > 0) then System.writeln(" The ganerated value is an odd number" ![]() Else System.writeln("the generated value is an even number" ![]() End if End sub |
Visual Basic 2008 Express Edition • Can I Call Myself A Good Programmer If I Only Know Visual Basic • Any Visual Basic (VB) Guru In The House? • 2 • 3 • 4
Help!!!what Programs Should Do? • Changing Of Password In Oracle 10g SQL • Help With This Html Web
