- Find the random number between 1 and 100.
- Find the random number between Min and Max where Min and Max are integers.
- Find the random number between Min and Max where Min and Max are values with 2 decimals. ( Tip- Convert to integer and back to real number)
- Find the coordinates of random point between 0,0 and 1,50.
- Find the coordinates of random point between 0,0 and 100,50.
- Find the coordinates of random point between 50,20 and 100,50.
- Find the coordinates of random point between x1,y1 and x2,y2 where x1
- Find the coordinates of random points on sides of triangle where vertices are (0,0),(50,0) and (0,50).
- Find the coordinates of random points on sides of triangle where vertices are (x1,y1),(x2,y2) and (x3,y3).
- Find the coordinates of random line joining any two sides of a triangle.
- Find the length of random line joining any two sides of a triangle.
- Find the length of random line joining any two points on the circle where 100,100 is centre and 50 is radius.
- Find the length of random line joining any two points on the circle where x1,y1 is centre and r is radius.
- Find the coordinates of any arc on the circle where x1,y1 is centre and r is radius.
- Find the random number between an array of numbers ( 23,54,15,87,43,29,5)
- Find the random point between an array of number of points ( (0,0),(23,32),(54,15),(87,43),(29,5))
- Find the random letter between a to z.
- Find the random letter between A to z
- Find the random fruit between (“Mango”,”Banana”,”Guava”,”Orange”,”Watermelon”)
- Find product of any two random numbers between 1 and 20.
- Find the random number between 1 and 20. Remove that number from list and find random number from remaining numbers and continue the process.
- Select two images at random from each category and prepare photo gallery
- Select one joke from each category and prepare Todays Jokes page
- Select random color from web safe colors for graphic each time
- Select random question from each category and prepare a question paper.
- Generate new question and answer each time by taking random value for one parameter between set min and max numbers.
- Generate new question and answer each time by taking random value for many parameters between set min and max limits for each parameter.
- Draw triangle with random coordinates where lengths of sides are between min and max limits
- Draw circle with fixed radius and centre at random on a line segment.
Sunday, December 31, 2017
Random Number problems
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment