#Copying 2d arrays
10 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @cerulean ravine! Please use
/closeor theClose Postbutton above when you're finished. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
For some more information because I probably also did something wrong
I've got a method,public CommissionedEmployees(String firstName, String lastName, int[][] comissionSchedule2, float basePayRate), and I'm trying to copy int[][] comissionSchedule2 into a private member, int[][] comissionSchedule
if you think seeing the entire class would be helpful lmk
Nested for loop? I'm not 100% at the moment