Which coding block can give you any random number from 100 to 200?
Answers
Answered by
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
0
Answer:
Which coding block can give you any random number from 100 to 200?
Similar questions
Social Sciences,
3 months ago
Math,
3 months ago
English,
3 months ago
Physics,
6 months ago
Accountancy,
6 months ago
Physics,
11 months ago
Computer Science,
11 months ago