Forum
merhaba arkadaslar. acil yardim lazim. dun aksam , okulda sinav yaptm , yaptgim program dogru degildi ama ben genede gonderdim ama yanlis program gondermisim . hocam benden bugun dogrusunu gonderdiye mail atmis . eger yardm ederseniz cok sevinirim. hoca benden herhangi bi sayi girip yada. belli bir sayiyi, mesala 5 sayisini su sekilde toplamini istedi (5+4+3+2+1) ve ayni anda bool yontemi ile girilen sayinin negatief olursa false demesini , pozitief olmas halinde true demsni istedi , cok ileri seviyede degilim bir ay oldu baslayali lutfen yardim edin.
console application olmasi gerekiyo.
bu benim yaptigim ama formul iyi degil bana bu formul her sayiya uygun olmasi lazim
static int evo(int a)
{
return (a + (a - 1) + (a - 2) + (a - 3) + (a - 4));
}
static void Main(string[] args)
{
int a = 5;
if (a > 0)
{
Console.WriteLine(true);
Console.WriteLine(evo(a));
}
else {
Console.WriteLine(false);
Console.WriteLine("jij hebt negatief getal ingevoerd");
}
Console.ReadLine();
ben formulu nternette buldum proram calisti. hersey icin tesekurler kolay gelsin.
"biraz kendim calip kendim oynuyomus gibi oldu ama olsun ;))))"
Ozan bey,
Forum kullarımızı okumanızı rica ederiz.