codinasion icon indicating copy to clipboard operation
codinasion copied to clipboard

Write a TypeScript program to print numbers from n to 1

Open harshraj8843 opened this issue 2 years ago • 1 comments

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 in print-numbers-from-n-to-1 folder

harshraj8843 avatar Oct 10 '22 04:10 harshraj8843

!assign

Larryking007 avatar Oct 10 '22 04:10 Larryking007