String Operations
Asadbek-IT
Posted on October 11, 2024
string name = "John";
string UpperName = name.ToUpper();
Console.WriteLine(upperName);
javob:Kiritilgan ismni kattada chiqartirib beradi.
string text = "Hello";
string text2 = "World";
Console.WriteLine(text + text2);
💖 💪 🙅 🚩
Asadbek-IT
Posted on October 11, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
watercooler Why does a reboot make your PC run SO much faster than running all the cleaning tools you can possibly imagine?
November 30, 2024