Thursday, July 30, 2009

Write an Java program that can Multiply two 2D arrays.?

Program Statement


Write an Java program that can Multiply two 2D arrays.





Requirements


Create a class called MultArray that has the following static method:





A method that takes three array references a, b, c, and returns a logical true if a and b can be multiplied or false if they cannot be. The result should be made available in array c. Array c should be properly dimensioned by the calling program to accept the product and your methid should be able to detect it.Write a MultTester class that can be used to test the MultArray class you wrote. This class will of course have the main method.


Information about Submissions


Submit both the completed .java files in the dropbox for Assignment 10.

Write an Java program that can Multiply two 2D arrays.?
I like how you put the submission information at the end of your description. Nice touch. And good luck with your assessment. ;-)

garden design

No comments:

Post a Comment