Soru
Enter your username or email to reset your password. You will receive an email with instructions on how to reset your password. If you are experiencing problems resetting your password contact us or send us an email
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication22 { class Program { static int topla(int sayi1, int sayi2) { int sonuc = 0; for (int i = sayi1; i <= sayi2; i++) { sonuc += i; } return son
Sponsor

Copyright © 2024 - Hepzeka.com.
