NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

//Console.WriteLine("toplam tutar : anapara + (anapara*faiz) : ");



//Console.WriteLine("istediğiniz kredi tutarı: ");
//Console.WriteLine(" ");

//Console.WriteLine("geriye ödenmesi gereken toplam tutar : ");

//Console.WriteLine(" ");

//Console.WriteLine("geri ödenmesi gereken aylık taksit tutar : ");

//Console.WriteLine("toplam ödeyeceği faiz : ");

//Console.ReadKey();



//Console.Write("lütfen kredi tutarini giriniz : ");
//int krediTutar = int.Parse(Console.ReadLine());
//Console.Write("vade sayisini giriniz : ");
//int vadeSayisi = int.Parse(Console.ReadLine());
//Console.Write("faiz oranı giriniz : ");
//string faizOrani = Console.ReadLine();
//double toplamFaiz = krediTutar * Convert.ToDouble(faizOrani);

//double toplamOdenecekTutar = krediTutar * toplamFaiz;







//Console.WriteLine($"Geri ödenecek toplam tutar : {toplamOdenecekTutar}");
//Console.WriteLine($"odenecek faiz tutar : {toplamFaiz}");



//Console.WriteLine($"Aylık taksit tutarı : {toplamOdenecekTutar / vadeSayisi}");
//Console.WriteLine("sayın müşterimiz işleminiz tamamlanmıştır");

//Console.ReadKey();
////----------------------------------------------------------------------------------------------------------
////----------------------------------------------------------------------------------------------------------




//Console.Write("birinci ürünün fiyatını giriniz : ");
//int birinciUrunFiyati = int.Parse(Console.ReadLine());



//Console.Write("ikinci ürünün fiyatını giriniz : ");
//int ikinciUrunFiyati = int.Parse(Console.ReadLine());

//double odenecekTutar = ikinciUrunFiyati * 0.15;


//Console.WriteLine($"ödenecek toplam tutar : {odenecekTutar} ");
//Console.WriteLine($"");


//Console.ReadLine();

////----------------------------------------------------------------------------------------------------------
////----------------------------------------------------------------------------------------------------------






//Console.WriteLine("birinci ürünün fiyatını giriniz : ");
//Console.WriteLine("birinci ürüne girilecek indirim tutarı : ");
//double birinciUrunFiyat = Convert.ToDouble(Console.ReadLine());

//Console.WriteLine("ikinci ürünün fiyatını giriniz : ");
//Console.Write("ikinci ürüne girilecek indirim tutarı : ");



//double ikinciUrunFiyat = Convert.ToDouble(Console.ReadLine());




//double indirimliFiyat = (birinciUrunFiyat * 0.85) + (ikinciUrunFiyat * 0.85);

//double odenecekTutar = Convert.ToDouble(Console.ReadLine());
//Console.WriteLine($"ödenecek toplam tutar : {odenecekTutar} ");

//Console.ReadLine();

////--------------------------------------------------------------------------------
////--------------------------------------------------------------------------------



///---------------------------------------------------------------------------------





//Console.Write("1nci vizenin notu giriniz : ");
//double vize1 = double.Parse(Console.ReadLine());

//Console.Write("2nci vizenin notunu giriniz : ");
//double vize2 = double.Parse(Console.ReadLine());

//Console.Write("finalin notu giriniz : ");
//double final = double.Parse(Console.ReadLine());

//Console.Write("ortalamayı giriniz : ");

//double ortalama = ((vize1 + vize2) / 2) * 0.6 + (final * 0.4);

//if (ortalama > 50)
//{
// Console.Write("dersi geçiyor");
//}
//else
//{
// Console.Write("dersten kaldı");
//}

//Console.ReadLine();



// }
// }
//}
//----------------------------------------------------------------------------------------------------------

// Console.WriteLine("birinci ürünü giriniz : ");
// double birinciurun = double.Parse(Console.ReadLine());

// Console.WriteLine("ikinci ürünü giriniz : ");
// double ikinciurun = double.Parse(Console.ReadLine());

// double toplam = birinciurun + ikinciurun;

// if (toplam > 150)
// {
// if (birinciurun < ikinciurun)
// {
// double indirim = (birinciurun) * 0.15;
// }
// }
// if (toplam < 150)
// {

// if (birinciurun > ikinciurun)
// {
// double indirim = (ikinciurun) * 0.15;
// }
// }


//Console.WriteLine(" birinci urunu giriniz : ");
//double birinciurun = double.Parse(Console.ReadLine());

//Console.WriteLine(" ikinci urunu giriniz : ");
//double ikinciurun = double.Parse(Console.ReadLine());


//double toplam = birinciurun + ikinciurun;

//if (toplam > 150)
//{

// if (toplam >= 50)
// {

// if (birinciurun < ikinciurun)

// {

// double indirim = (birinciurun) * 0.15;

// Console.Write(" indirim yapılıyor");
// }
// else
// {
// Console.Write(" indirim yapılmıyor");
// }
// }
//}



//double indirimli = double.Parse(Console.ReadLine());

//if ( indirimli < 110 )
//{

// Console.Write(" tutar 120 tl dir");

//}
//else
//{
// Console.WriteLine( indirimli + " tl ode " );
//}

//---------------------------------------------------------------------------------------------------------------


//Console.Write(" 1 ile 12 arasında ay sayısı giriniz : ");
//int ay = int.Parse(Console.ReadLine());

//if (ay == 1 || ay == 2 || ay == 3)
// Console.WriteLine("KIŞ");

//else if (ay == 4 || ay == 5 || ay == 6)
// Console.WriteLine("ilkbahar");
//else if (ay == 7 || ay == 8 || ay == 9)
// Console.WriteLine("yaz");
//else if (ay == 10 || ay == 11 || ay == 12)
// Console.WriteLine("sonbahar");

//else
//{
// Console.Write(" hatalı sayı girdiniz v tekrar deneyiniz ");
//}

//------------------------------------------------------------------------------------------------------------------

//Console.Write(" müşteri tipini giriniz : ");
//string musteriTipi = Console.ReadLine();

//switch (musteriTipi)
//{
// case "a":
// case "A":

// Console.Write("kanal sayısı giriniz : ");
// int kanalSayisiA = int.Parse(Console.ReadLine());
// Console.WriteLine("A grubu, ödenecek tutar : " + (10 + kanalSayisiA * 0.5));
// break;
// case "b":
// case "B":
// Console.Write("kanal sayısı giriniz : ");
// int kanalSayisiB = int.Parse(Console.ReadLine());
// if (kanalSayisiB > 10)
// {
// if (kanalSayisiB < 50)
// {
// Console.WriteLine("B grubu, ödenecek tutar : " + (15 + 10 * 0.6 + (kanalSayisiB - 10) * 0.7));
// }
// else

// Console.WriteLine("B grubu ödenecek tutar : " + (13 + 10 * 0.6 + (kanalSayisiB - 10) * 0.7));


// else

// Console.WriteLine("B grubu, ödenecek tutar : " + (15 + kanalSayisiB * 0.6));

// break;

// default:

// Console.WriteLine("Lütfen a-A b-B giriniz ");
// break;

//---------------------------------------------------------------------------------------------


//Console.Write("lütfen bir cümle giriniz : ");
//string cumle = Console.ReadLine();
//for(int i = 0; i < cumle.Length; )
//{
// Console.WriteLine(cumle[i++]);
//}
//---------------------------------------------------------------------------------------------


//Console.Write(" lütfen ifadeyi giriniz : ");
//string ifade = Console.ReadLine();
//string buyukHali = "";

//for(int i=0; i < ifade.Length; i++)
//{
// buyukHali += Convert.ToChar(Convert.ToInt32(ifade[i]) - 32);
//}
//Console.WriteLine(buyukHali);


//Console.WriteLine("bir sayı giriniz : ");





//for (int csayi = 0; csayi < 100; csayi += 2)

//{

// ++csayi;
//}


//Console.ReadLine();
// }
// }
////}
// for(int sayi = 1000; sayi<10000; sayi++)
// {
// string s = sayi.ToString();
// string tersi = "";
// for(int i = s.Length - 1; i >= 0; i-- )
// {
// tersi += s[i];
// if (int.Parse(tersi) * 4 == sayi)
// Console.WriteLine(sayi);

// }
// }
// Console.ReadLine();



     
 
what is notes.io
 

Notes.io is a web-based application for taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000 notes created and continuing...

With notes.io;

  • * You can take a note from anywhere and any device with internet connection.
  • * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
  • * You can quickly share your contents without website, blog and e-mail.
  • * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
  • * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.

Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.

Easy: Notes.io doesn’t require installation. Just write and share note!

Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )

Free: Notes.io works for 12 years and has been free since the day it was started.


You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;


Email: [email protected]

Twitter: http://twitter.com/notesio

Instagram: http://instagram.com/notes.io

Facebook: http://facebook.com/notesio



Regards;
Notes.io Team

     
 
Shortened Note Link
 
 
Looding Image
 
     
 
Long File
 
 

For written notes was greater than 18KB Unable to shorten.

To be smaller than 18KB, please organize your notes, or sign in.