NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace ucuncuDers
{
internal class Program
{
static void Main(string[] args)
{
//double urunFiyat;
//Console.WriteLine("Lütfen ürünün fiyatını giriniz");
//urunFiyat= Convert.ToDouble(Console.ReadLine());
//if (urunFiyat >= 100)
//{
// Console.WriteLine("Toplam Ödenecek Tutar : " + urunFiyat);
//}
//else if (urunFiyat > 0 )
//{
// Console.WriteLine("Toplam Ödenecek Tutar : " + (urunFiyat + 5));
//}
//else
//{
// Console.WriteLine("Ödenecek fiyat 0 dan küçük olamaz");
//}

//string kullanici;
//double urunFiyat;
//Console.WriteLine("Prime üyeliğiniz Aktif mi ? (Evet , Hayır ");
//kullanici = Console.ReadLine();
//Console.WriteLine("Ürün Fiyatı Giriniz : ");
//urunFiyat = Convert.ToDouble(Console.ReadLine());
//if (urunFiyat >= 100)
//{
// Console.WriteLine("Ürün toplam fiyatınız : " + (urunFiyat) );
//}
//else if (urunFiyat >= 0 && kullanici == "Evet")
//{
// Console.WriteLine("Ürün toplam fiyatınız : " + (urunFiyat));
//}
//else if (urunFiyat >= 0 && urunFiyat <=100 && kullanici == "Hayır")

//{
// Console.WriteLine("Ürün kargo dahil toplam fiyatınız : " + (urunFiyat + 5));
//}
//else
//{
// Console.WriteLine("Ödenecek fiyat 0 dan küçük olamaz.");
//}

// Kullanıcıdan yaşını isteyelim ve girdiği yaş 18 e eşit veya büyükse ehliyet kaydı için uygun
//olduğunu eğer 18 den küçükse kaç yıl sonra kayıt olabileceğini ekranında yazalım

//int kullaniciYasi;
//int ehliyetYasi = 18;
//Console.WriteLine("Yaşınızı Giriniz");
//kullaniciYasi = int.Parse(Console.ReadLine());
//if (kullaniciYasi >= ehliyetYasi)
//{
// Console.WriteLine("Kullanıcı Ehliyet Almaya uygundur.");
//}
//else if (kullaniciYasi < ehliyetYasi && kullaniciYasi > 0)
//{
// Console.WriteLine("Kullanıcı Ehliyet almaya uygun değildir. Gereken yaş : " + (ehliyetYasi - kullaniciYasi));
//}
//else
//{
// Console.WriteLine("Hatalı bilgi girişi yaptınız");
//}

// Sayı Tahmin Etme Oyunu
// önce bilgisayarda 1-25 arası rastgele bir sayı üretmesini isteyelim.
// Random rastgele = new Random();
// int sayi;
// sayi = rastgele.Next(1,25);
// int tahmin;
// int denemeSayisi = 3;
//don:


// if (denemeSayisi != 0)
// {
// Console.WriteLine("1 ile 25 Arası Bir Sayı Tahmin Ediniz :");
// tahmin = int.Parse(Console.ReadLine());
// if (tahmin == sayi)
// {
// Console.WriteLine("Tebrikler Doğru Tahmin Ettiniz ");
// }
// else if (tahmin > sayi)
// {
// Console.WriteLine("Daha küçük bir sayı tahmin et");
// denemeSayisi--;
// goto don;
// }
// else
// {
// Console.WriteLine("Daha büyük bir sayı tahmin et");
// denemeSayisi--;
// goto don;
// }
// }
// else
// {
// Console.WriteLine("Deneme hakkınız bitmiştir. Sayı : " + sayi);
// }

// Swtich Case
//int gun;
//Console.WriteLine("Lütfen 1-7 arası bir tuşlama yapınız");
//gun = int.Parse(Console.ReadLine());
//switch (gun)
//{
// case 1:
// Console.WriteLine("Pazartesi");
// break;
// case 2:
// Console.WriteLine("Salı");
// break;
// case 3:
// Console.WriteLine("Çarşamba");
// break;
// case 4:
// Console.WriteLine("Perşembe");
// break;
// case 5:
// Console.WriteLine("Cuma");
// break;
// case 6:
// Console.WriteLine("Cumartesi");
// break;
// case 7:
// Console.WriteLine("Pazar");
// break;
// default: Console.WriteLine("Hatalı tuşlama yaptınız");
// break;
//}

//int gun;
//don:
//Console.WriteLine("Hangi gün olduğunu öğrenmek için rakam giriniz: ");
//gun = int.Parse(Console.ReadLine());
//if (gun > 0 && gun <= 7 )
//{
// if (gun == 1)
// {
// Console.WriteLine("Bugün {0} ", ("pazartesi"));
// }
// else if (gun == 2)
// {
// Console.WriteLine("Bugün {0} ", ("salı"));
// }
// else if (gun == 3)
// {
// Console.WriteLine("Bugün {0} ", ("çarşamba"));
// }
// else if (gun == 4)
// {
// Console.WriteLine("Bugün {0} ", ("perşembe"));
// }
// else if (gun == 5)
// {
// Console.WriteLine("Bugün {0} ", ("cuma"));
// }
// else if (gun == 6)
// {
// Console.WriteLine("Bugün {0} ", ("cumartesi"));
// }
// else if (gun == 7)
// {
// Console.WriteLine("Bugün {0} ", ("pazar"));
// }
// else
// {
// Console.WriteLine("Hatalı Giriş Yaptınız");
// }
//}

//else
//{
// Console.WriteLine("Hatalı Giriş Yaptınız");
// goto don;
//}



Console.ReadKey();
}
}
}
     
 
what is notes.io
 

Notes is a web-based application for online 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 14 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.