Advertisement
Guest User

Untitled

a guest
Aug 15th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. using System;
  2.  
  3. namespace FirstConsoleProject
  4. {
  5. class Program
  6.  
  7. {
  8.  
  9. static void Main(string[] args)
  10. {
  11. for (int i = 0; i <= 9){
  12. console.WriteLine (I);
  13. I += 1;
  14. }
  15.  
  16. }
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement