Computer Science, asked by godfather658, 11 months ago

The rnd statement will generate a (n)

Answers

Answered by giteshbrij14322
1

Answer:

tha rnd statement will generate a

Answered by halamadrid
0

The RND statement will generate a(n): any decimal value between 0.0 and up to 1.0 but not including 1.0

  • Any positive or negative random integer, or 0, can be produced with the RND function.
  • The expression calculates the total number of integers, including 0, that can be used to generate the random number. In other words, the random number is created from the range of numbers from 0 to 1 if n is the value of an expression (n - 1).
  • A random negative number is produced if the equation evaluates to a negative value. The random number is 0 if the expression evaluates to that value. The RND function fails and the application exits with a run-time error if the expression evaluates to the null value.

Therefore, the RND statement will generate a(n): any decimal value between 0.0 and up to 1.0 but not including 1.0.

#SPJ3

Similar questions