Using the fractions ArrayList created in the previous exercise, provide a code fragment that assigns eight random

Question:

Using the fractions ArrayList created in the previous exercise, provide a code fragment that assigns eight random numbers (generated by Math.random) into fractions. Use a standard for loop for this code fragment. Then provide an additional code fragment that uses a for-each loop to display the contents of the fractions ArrayList.

Exercise 10.2

A floating-point number can be thought of as a fraction. Provide a single statement (an initialization statement) that declares an ArrayList named fractions and assigns a newly instantiated empty ArrayList to it. The instantiated ArrayList should be able to store double values.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: