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
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.
Step by Step Solution
3.48 Rating (164 Votes )
There are 3 Steps involved in it
First lets declare and initialize our ArrayList to store fractions as floatingpoint numbers This is ... View full answer
Get step-by-step solutions from verified subject matter experts
