codinasion
codinasion copied to clipboard
Write a TypeScript program to print numbers from n to 1
Description
Write a TypeScript program to print numbers from n to 1
Input : 5
Output : 5 4 3 2 1
How to contribute
- Save the solution in
program/PrintNumbersFromNTo1.ts
file - Add
PrintNumbersFromNTo1.ts
file inprint-numbers-from-n-to-1
folder
!assign