Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

urgency! ! Please O a) Write Java code fragment for handling 2D array, as required below: Write only one statement to declare and create a

urgency! ! Please

image text in transcribed

image text in transcribed

image text in transcribed

O a) Write Java code fragment for handling 2D array, as required below: Write only one statement to declare and create a variable dArr of 2D array of double, with 3 rows and 6 columns. Further write a nested for loop, to set each element in the 2D array with the result value of the summation of its two index numbers. O 0 b) Given a class BClass with a constructor which accepts one argument (of int type) representing certain identity code, write Java code fragment as required below: Write one statement to only declare a variable bArr of type BClass array. Then, write multiple statements to create an array of Bclass having the size of your student ID number and assign this array to the variable above. Each element in this array refers to a unique instance having its index number in the array as its identity code o spe. Array c) Write a public static method getFirstD() with the following: o The method accepts 2 arguments: the first argument is an array of int, and the second is a value of int. The method returns a value of int type. The method finds and returns the last element in the array which is divisible by the second argument, e.g. 8 is divisible by 4, but I is not divisible by 4. The method returns your student ID number, if no divisible number is found in the array. o Use a while loop to access the array elements. NO more than 6 statement lines are allowed in the method body

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

Database Administrator Limited Edition

Authors: Martif Way

1st Edition

B0CGG89N8Z

More Books

Students also viewed these Databases questions

Question

What are some of the possible scenes from our future?

Answered: 1 week ago