Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Reverse Print | Section
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
C# Arrays
Sectionย 1. Chapterย 7
single

single

bookChallenge: Reverse Print

Swipe to show menu

Task

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 desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Sectionย 1. Chapterย 7
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt