Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help with the multiple choice what would be the result of attempting to compile and run the following program class MyArray { public static

please help with the multiple choice

what would be the result of attempting to compile and run the following program

class MyArray

{

public static void main (String[]arg)

{

int size = 20;

double [] arr = new double [ size] ;

for (int i =0;i

System.outln(arr[i]);

}

}

a.the code will not compile, because the int[] array declaration is incorrect

b. the program will compile and run, but will produce no output

c.the program will compile and run, and will display the numbers 0 through 19

d. the program will compile and run, and will display the numbers 0.0 twenty times

e. the program will compile and run, and will display the numbers 0.0 nineteen times

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Step: 3

blur-text-image

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

College Algebra Graphs and Models

Authors: Marvin L. Bittinger, Judith A. Beecher, David J. Ellenbogen, Judith A. Penna

5th edition

321845404, 978-0321791009, 321791002, 978-0321783950, 321783956, 978-0321845405

More Books

Students also viewed these Mathematics questions