You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proje 1davetini kabul ettikten sonra sizin icin olusturulan repodaki Main.cs icindeki taslak C# kodunda bazi hatalar var.
Proje 1'i C#'da kodlayan arkadaslar gonderecekleri kodlari asagidaki taslak koda uygun olarak hazirlasinlar.
public class Program {
public static void Main(string[] arg){
//main fonksiyonunu bu sekilde kalabilir. Bu fonksiyon altina yazdiklariniz degerlendirmeye alinmayacaktir.
//System.out.println("Hello World");
System.Console.WriteLine("Hello World");
}
public static double TersToplam(int m, int n){
return 0;
}
public static int AsalFark(int n){
return 0;
}
public static int ToplaPalindrome5(){
return 0;
}
public static long ToplaPalindrome6(){
return 0;
}
public static double PiKareBul(int m){
return 0;
}
public static double EulerBul(int m){
return 0;
}
public static int KatalanSayisi(int n){
return 0;
}
public static int PerrinSayisi(int n){
return 0;
}
public static int CarpanToplam(int sayi){
return 0;
}
public static int EkokBul(int m, int n){
return 0;
}
}
The text was updated successfully, but these errors were encountered:
Proje 1davetini kabul ettikten sonra sizin icin olusturulan repodaki Main.cs icindeki taslak C# kodunda bazi hatalar var.
Proje 1'i C#'da kodlayan arkadaslar gonderecekleri kodlari asagidaki taslak koda uygun olarak hazirlasinlar.
The text was updated successfully, but these errors were encountered: