Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Challenge: Modify Array Values | Using Arrays in Programs
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
C++ Arrays

bookChallenge: Modify Array Values

Compito

Swipe to start coding

Write a function that modifies every element of an array by doubling its value. Follow these requirements:

  • Declare and initialize the array in main;
  • Pass the array and its size to a function;
  • Use a loop to access each element;
  • Modify the array in place;

Soluzione

Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 4
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

close

bookChallenge: Modify Array Values

Scorri per mostrare il menu

Compito

Swipe to start coding

Write a function that modifies every element of an array by doubling its value. Follow these requirements:

  • Declare and initialize the array in main;
  • Pass the array and its size to a function;
  • Use a loop to access each element;
  • Modify the array in place;

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 3. Capitolo 4
single

single

some-alt