Using the concept ArrayList, write a Java program that will take 10 integer inputs from user and print the following: number of positive numbers, number of negative numbers, number of odd numbers, number of even numbers, number of 0s. Note: 0 is not considered a positive number. ClassName: ArrayListArraySearch Sample Input/Output Enter values of the Array List

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

#5. Using the concept ArrayList, write a Java program that will take 10 integer inputs from
user and print the following: number of positive numbers, number of negative numbers, number of odd
numbers, number of even numbers, number of 0s. Note: 0 is not considered a positive number.
ClassName: ArrayListArraySearch
Sample Input/Output
Enter values of the Array List
-9
-8
10
0
5
6
0
8
-12
14
Number of positive numbers: 7
Number of negative numbers: 3
Number of odd numbers:2
Number of even numbers: 6
Number of 0s: 2


Machine Problem #6. Consider an integer ArrayList, the number of elements in which is
determined by the user. The elements are also taken as input from the user. Get the sum of all
odd numbers and sum of all inputted values
Class Name: ArrayListSumofNumbers
Sample Input/Output
Enter the length of the ArrayList: 5
The value of an ArrayList at index 0: 15
The value of an ArrayList at index 1: 14
The value of an ArrayList at index 2: 13
The value of an ArrayList at index 3: 12
The value of an ArrayList at index 4: 50
The sum of odd numbers is: 27
The sum of all inputted numbers is: 116

 

use java language

Expert Solution
steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Array
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
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
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)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education