Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proje 1 C# Taslak kodu #8

Open
gusanmaz opened this issue Apr 3, 2022 · 0 comments
Open

Proje 1 C# Taslak kodu #8

gusanmaz opened this issue Apr 3, 2022 · 0 comments

Comments

@gusanmaz
Copy link
Owner

gusanmaz commented Apr 3, 2022

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;
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant