セクション 3. 章 6
single
Challenge: Clone and Modify
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください