dayam8696 / Hacktoberfest2024_JH

It's time to contribute to HacktoberFest 2024 :) This repository is for beginners who want to contribution in open source Hacktoberfest 2024.
https://hacktoberfest.com/
1 stars 30 forks source link

Added 'Reverse an array' program in c++ #26

Closed Chetansm684 closed 2 days ago

Chetansm684 commented 2 days ago

The program was tested with a sample array {1, 2, 3, 4, 5} and successfully reversed it. Expected output after reversal: 5 4 3 2 1