codinasion-archive / codinasion-monorepo

Community Monorepo
https://codinasion.org
MIT License
52 stars 167 forks source link

Write a C++ program to print numbers from 1 to n without using a loop #3738

Closed harshraj8843 closed 1 year ago

harshraj8843 commented 1 year ago

Description

Write a C++ program to print numbers from 1 to n without using a loop

Input  : 5
Output : 1 2 3 4 5
How to contribute - Save the solution in `PrintNumbersFrom1ToNWithoutUsingALoop.cpp` file - Add `PrintNumbersFrom1ToNWithoutUsingALoop.cpp` file in `program/print-numbers-from-1-to-n-without-using-a-loop` folder
hi-Kartik2004 commented 1 year ago

!assign

hi-Kartik2004 commented 1 year ago

Issue solved in Pull request number codinasion/program#5811

hi-Kartik2004 commented 1 year ago

Issue solved in Pull request number https://github.com/codinasion/program/pull/5811