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

Unit 8 2D Arrays HW #7

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

Unit 8 2D Arrays HW #7

aidanywu opened this issue Dec 10, 2022 · 0 comments

Comments

@aidanywu
Copy link
Owner

aidanywu commented Dec 10, 2022

Notebook w/ Extra Credit

  • Create a class for 2D array learning.
  • Create a method too 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