Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. public void Main(string argument) {
  2.  
  3. int total = 0;
  4.  
  5. for (int i = 1; i < 1 0; i++) {
  6. total = total + i;
  7. Echo (i.ToString());
  8. }
  9. Echo(total.ToString()) ;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement