Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2D Array Homework #18

Open
6 tasks done
jz21324 opened this issue Dec 10, 2022 · 0 comments
Open
6 tasks done

2D Array Homework #18

jz21324 opened this issue Dec 10, 2022 · 0 comments

Comments

@jz21324
Copy link
Owner

jz21324 commented Dec 10, 2022

Homework and Extra Credit

  • Create a class for 2D array learning.
  • Create a method to initialize a 2D array with arbitrary values
  • Create a method to reverse the 2D array and print out the values
  • Create a method that asks for the input of a position and it returns the corresponding value
  • Create a method that multiplies each value in a row and then adds all the products together
  • Create a new object to test out each method in the main function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant