NotesWhat is notes.io?

Notes brand slogan

Notes - notes.io

// CTRL + K + C comment
// CTRL + K + U Uncomment

//float number = 5.5f;
//decimal number2 = 7.8m;
//char letter = '@';

//object a = 5;
//object b = 'a';
//object c = 5.5;

//DateTime date = new DateTime(2022, 06, 07);
//Console.WriteLine(DateTime.UtcNow);

////variable decleration

//string camelCase = "camelCase";
//string PascalCase = "PascalCase";
//string sneak_case = "sneak_case";

////Worst (Ninja coding)
//string NUMBER1 = "1";
//string nUMBER1 = "1";
//string NUMbER1 = "1";


//Operators
//int num = 5;
////num = 2;
//num += 5;//num = num + 5;
////num++;
//Console.WriteLine(++num);
//////Console.WriteLine(num);

//int number = 10;
//int number1 = 10;
//bool result = number != number1;
//Console.WriteLine(number != number1);

////bool result = number >= 10 && number > 15;
//bool result = number > 10 || number > 5;
//Console.WriteLine(!result);

int number = 30;

//if(number > 30)
//{
// Console.WriteLine("30dan boyukdur");
//}else
//{
// Console.WriteLine("30dan kicikdir");
//}


//if(number > 5)
//{
// Console.WriteLine("first case");
//}else if(number > 20)
//{
// Console.WriteLine("second case");
//}else if(number == 30)
//{
// Console.WriteLine("third case");
//}
//else
//{
// Console.WriteLine("Else condition");
//}


//if (number > 5)
//{
// Console.WriteLine("first case");
//}
// if (number > 20)
//{
// Console.WriteLine("second case");
//}
// if (number == 30)
//{
// Console.WriteLine("third case");
//}

//string name = Console.ReadLine();

//switch (name)
//{
// case "vaqif":
// Console.WriteLine("Ad vaqife beraberdir");
// break;
// case "Vaqif":
// Console.WriteLine("Ad Vaqife beraberdir");
// break;
// default:
// Console.WriteLine("Please insert valid value");
// break;
//}

//int num = 5;

//switch (num)
//{
// case 5:
// break;
// default:
// break;
//}

//switch (name)
//{
// case "vaqif":
// case "Vaqif":
// case "Cavid":
// case "cavid":
// Console.WriteLine(name);
// break;
// default:
// Console.WriteLine("Please insert valid value");
// break;
//}

//int length = Convert.ToInt32(Console.ReadLine());
//Console.WriteLine("Resultn");

//for (int i = 6; i <= length; i++)
//{
// Console.WriteLine(i);
//}

int[] arr = { 1, 2, 3, 7, 5, 6 };

//for (int i = length; i >= 0; i--)
//{
// Console.WriteLine(i);
//}

//for (int i = 0; i < arr.Length; i++)
//{
// arr[i] += 5;
//}
var global = "okay";
dynamic dyn = "dynamic";

foreach (var vaqif in arr)
{
Console.WriteLine(vaqif);
}

int number5 = 10;
while (number5 > 5)
{
number5--;
Console.WriteLine("Hello world");
}
     
 
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.