Click here to Skip to main content
15,894,410 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Develop a Visual Basic application that will generate a number of random values, given a lowerbound and upperbound value. The number of random values that must be generated may be supplied by the user. If not, the default number of values generated must be 10,making use of the optional parameter and block and module scope...plz plz help its urgent
Posted
Updated 26-Jul-11 22:55pm
v2
Comments
walterhevedeich 27-Jul-11 4:48am    
Seems like a homework. Is it? :)
Raeesa8 27-Jul-11 4:49am    
no its not its part of a class prac.

1 solution

Use System.Random.Next(). See here[^] for more details.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900