Avsnitt 1. Kapitel 20
single
Challenge: Clone and Modify
Svep för att visa menyn
Uppgift
Swipe to start coding
Write a program that demonstrates cloning an array and modifying the clone without affecting the original. You will work with integer arrays.
- The
CloneArrayfunction should create a new array that is a copy of the input array and return it. - The
ModifyArrayfunction should change each element in the provided array by adding 10 to it. - The main execution should show that modifying the clone does not change the original array.
Lösning
Var allt tydligt?
Tack för dina kommentarer!
Avsnitt 1. Kapitel 20
single
Fråga AI
Fråga AI
Fråga vad du vill eller prova någon av de föreslagna frågorna för att starta vårt samtal