Related questions
only for-loops, if statements, and arrays
Write a program in java that uses that creates a 30-element array of random integers to represent Fahrenheit temperatures, ensuring that all temperatures range from 10 to 75, inclusive. Then execute a custom method with the array as its only argument. The method should begin by using a loop to print the array in 6 rows and 5 columns, with all columns being seven characters wide. Duplicates are okay. This same loop should determine how many temperatures in the array are below freezing. Use this figure to declare an new array of integers named freezing. Process the array again, but this time with a foreach loop, and add the freezing temperatures to the freezing array. Return this new array back to main. Report the number of temperatures that were below freezing, sort them, and print them all on one line separated by spaces.
Trending nowThis is a popular solution!
Step by stepSolved in 4 steps with 2 images
- Text book imageDatabase System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationText book imageStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONText book imageDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- Text book imageC How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONText book imageDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningText book imageProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education