
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
in Java Create an array called QArray of 100 elements of type integer. Then fill the array with the odd values 1, 3,
5, 7, .…. (b) Calculate the print the summation of all elements in this array. (c) calculate and print the
average of all array elements.
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 3 steps with 1 images

Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- 4. Given an integer array of size 10, write a Java program to prompt the user to enter an integer value num and in the output print all numbers in the array greater than num. If no such number is present then print the message "No Results Found." in the output. Given Array: {12,67,45,89,94,56,78, 34, 47, 63}arrow_forwardWrite the following Java code: Create an array of size 10 with elements entered by the user. Print the Array Switch the first and last elements of the array. Shift all elements by one to the right, and move the last element into the first position. Replace all even numbers with 0.arrow_forwardWrite a program to do the following task: Declare a two-dimensional array with 3 rows and 4 columns and fill it with random integers in the range of 0 to 100. Then create a one-dimensional array of doubles whose elements are the average values of each of the rows of the two-dimensional array. Output the two-dimensional array with the average of each row displayed at the end of each line.using java programming different methodarrow_forward
- This is needed in Javaarrow_forwardPart 2: Coding 1. Write a complete Java program named FindAverage that contains the following: a. A main method that asks the user to provide the number of rows and columns for a 2- dimensional array of integers. b. A main method calls the getArray() method that creates the 2D array of specified size and populates it with random values from 0 to 100. c. A main method prints the elements of the 2D array created by getArray(). d. A main method calls the printAverage method that will: i. Receive the two-dimensional array as input ii. Calculate the average of elements in this array iii. Display the average on the console. The average of all elements should be formatted as xxx.XX. Hint: you can print the 2D array at any point in the program using either traditional for loop, foreach loop or available methods in java.util package. e. Add comments to your program. Start your program with the following header: *** *** ***** /**** ***arrow_forwardIn java Define and create an array of 10 integers. The array elements should be initialized to zero.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education

Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education