Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

B2. (15 marks) a) Write Java code fragment for handling 2D array, as required below: o Write only one statement to declare and create a

image text in transcribed

B2. (15 marks) a) Write Java code fragment for handling 2D array, as required below: o 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. [4 marks/ 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 c) Write a public static method getFirstD() with the following: 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 9 is not divisible by 4. The method returns your student ID number, if no divisible number is found in the array. Use a while loop to access the array elements. * NO more than 6 statement lines are allowed in the method body. [7 marks)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions