Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Apprendre Challenge: Reverse Print | Array Fundamentals
C# Arrays

bookChallenge: Reverse Print

Tâche

Swipe to start coding

Write a function that prints the elements of a string array in reverse order, one per line.

  • Start from the last element of the array.
  • Continue printing each element until you reach the first element.
  • Print each element on its own line.

Solution

Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 7
single

single

Demandez à l'IA

expand

Demandez à l'IA

ChatGPT

Posez n'importe quelle question ou essayez l'une des questions suggérées pour commencer notre discussion

Suggested prompts:

Can you explain this in simpler terms?

What are the main points I should remember?

Can you give me an example?

close

bookChallenge: Reverse Print

Glissez pour afficher le menu

Tâche

Swipe to start coding

Write a function that prints the elements of a string array in reverse order, one per line.

  • Start from the last element of the array.
  • Continue printing each element until you reach the first element.
  • Print each element on its own line.

Solution

Switch to desktopPassez à un bureau pour une pratique réelleContinuez d'où vous êtes en utilisant l'une des options ci-dessous
Tout était clair ?

Comment pouvons-nous l'améliorer ?

Merci pour vos commentaires !

Section 1. Chapitre 7
single

single

some-alt