Answer:
The mechanical gauge would be the one for the job
Explanation:
Answer: C. Problem identification, solution design, implementation, evaluation.
Explanation:
Answer:
B. (int)(Math.random() * 101)
Explanation:
The function designed as Math.random act as a floating-point of a pseudorandom number with the range between [0,1] which simply means that starting from 0 (inclusive) up to but with the exception of 1 (exclusive), which the design can now be scale to the preferred desired range.
Suppose, we needed 100 inclusive, we have 101 exclusive since we need to scale to 101.
Tell me why i got this question got it right and now won’t remember but i’ll get back at you when i remember