CONSOLE APPLİCATİON GİRİLEN 2 DEĞERİ 4 İŞLEMDE SONUCU GÖSTEREN PROGRAM
İnt sayı1,sayı2,top,çap,çık,böl;
console.write("Lütfen X Değerinde Giriniz = ");
sayı1=convert.toint32(console.readline());
console.writeline();
console.write("Lütfen Y Değerinde Giriniz = ");
sayı2=convert.toint32(console.readline());
top=x+y;
çap=x*y;
çık=x-y;
böl=x/y;
console.writeLine("x+y="top);
console.writeLine("x-y="çık);
console.writeLine("x/y="böl);
console.writeLine("x*y="çap);


SAYFAMIZA ABONE OLARAK YORUMUNUZU YAPABİLİRSİNİZ Show Conversion Code Hide Conversion Code Show Emoticon Hide Emoticon