Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Given an array of 20 elements 10, 21, 0, 41, 24, 9, 29, 0, 90, 85, 77, 56, 62, 17, 0, 33, 23, 44,

image

Given an array of 20 elements 10, 21, 0, 41, 24, 9, 29, 0, 90, 85, 77, 56, 62, 17, 0, 33, 23, 44, 50, 52. Complete the program to print the total number of odd numbers in the array and even numbers in the array. public class soll { public static void main(String[] args) { // TODO Auto-generated method stub int[] array1 = {10, 21, 0, 41, 24, 9, 29, 0, 90, 85, 77, 56, 62, 17, 0, 33, 23, 44, 50, 52}; int oddcount = 0, evencount = 0; } System.out.println("Number of even numbers: + evencount + and " number of odd numbers: + oddcount); } }

Step by Step Solution

3.46 Rating (153 Votes )

There are 3 Steps involved in it

Step: 1

Heres the completed program public class soll public static void mainString ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Income Tax Fundamentals 2013

Authors: Gerald E. Whittenburg, Martha Altus Buller, Steven L Gill

31st Edition

1111972516, 978-1285586618, 1285586611, 978-1285613109, 978-1111972516

More Books

Students also viewed these Programming questions

Question

Garofalo v Canada Safeway [1998] OJ 302 (ON GD)

Answered: 1 week ago