Computer Science, asked by somebody4899, 6 months ago

write a program to generate two random integers between 10 and 99 both inclusive to find the sum product and difference... Java programming​

Answers

Answered by ashusingh66
1

Answer:

Import the class java.util.Random.

Make the instance of the class Random, i.e., Random rand = new Random()

Invoke one of the following methods of rand object: nextInt(upperbound) generates random numbers in the range 0 to upperbound-1 . nextFloat() generates a float between 0.0 and 1.0.

Answered by ankitdey19092008
1

Answer:

Mark me brainliest

Attachments:
Similar questions