HackerRank Problem Solution 2 - Java, Arrays

Опубликовано: 18 Февраль 2023
на канале: Software Projects
435
12

#array
#hackerranksolutions
#hackerrank
#java
#hackerrank
#hackerrank java
#hackerrank java problem solving
#hackerrank java basic certification answers
Objective
Today, we will learn about the Array data structure. Check out the Tutorial tab for learning materials and an instructional video.

Task
Given an array, , of integers, print 's elements in reverse order as a single line of space-separated numbers.

Example


Print 4 3 2 1. Each integer is separated by one space.

Input Format

The first line contains an integer, (the size of our array).
The second line contains space-separated integers that describe array 's elements.

Constraints

Constraints

, where is the integer in the array.
Output Format

Print the elements of array in reverse order as a single line of space-separated numbers.

Sample Input

4
1 4 3 2
Sample Output

2 3 4 1


На этой странице сайта вы можете посмотреть видео онлайн HackerRank Problem Solution 2 - Java, Arrays длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Software Projects 18 Февраль 2023, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 435 раз и оно понравилось 12 зрителям. Приятного просмотра!