You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this problem,you will not be given any inputs. The only thing which you will have to do is to print all the numbers starting from 1 upto 1000 but in descending order.
4
+
5
+
### Solution
6
+
* Each number has to be seperated using the `space` character.
7
+
* Each line will consist of exactly 5 numbers not more nor less.
0 commit comments