Advertisement
Nickzouk

athrisma stixion pinakon

Nov 12th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. using System;
  2.  
  3. namespace _12._11._19trith
  4. {
  5. class Program
  6. {
  7. static void Main(string[] args)
  8. {
  9. int[] scores = new int[11] { 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 };
  10. int sum = 0;
  11. for ( int i = 0; i < scores.Length; i++)
  12. {
  13. sum = sum + scores[i];
  14.  
  15. }
  16. Console.WriteLine("to athrisma tou pinaka einai " + sum);
  17.  
  18.  
  19. }
  20.  
  21.  
  22.  
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement