English, asked by aryanitin535, 4 months ago

Which coding block can give you any random number from 100 to 200?​

Answers

Answered by ayushbag03
2

121

You can create a random number generator in C++ by using the rand() and srand() functions that come with the standard library of C++. Such a generator can have the starting number (the seed) and the maximum value.

Answered by aakashpro5555
0

Answer:

Which coding block can give you any random number from 100 to 200?

Similar questions