InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Write a program to display 1 to 100 horizontally. in q basics plz don't scam | 
                            
| 
                                   
Answer»  LoopsExplanation:Basically loops are used to do this pls understandLet n be numberstep 1 : Startstep 2 : N = 1step 3 : If N>100 go to step 6step 4 : Print NSTEP 5 : N = N+1, go to step 3STEP 6 : StopHope this helped!! :)  | 
                            |