Advertisement
feras94

code c# how to print number of 1 to 100

Aug 24th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.05 KB | None | 0 0
  1.  
  2. for(int i=0;i<100;i++){
  3. Console.WritleLine(i);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement