How convert str to ToUpper str | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How convert str to ToUpper str

....

9th Feb 2018, 9:36 AM
نسیم محمدی
نسیم محمدی - avatar
5 Answers
+ 14
U need to specify the language also & provide the work u done
9th Feb 2018, 9:42 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 16
//use .ToUpper () method , hope it helps ☺ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SoloLearn{ class Program{ static void Main(string[] args){ string word = Console.ReadLine(); word = word.ToUpper(); Console.WriteLine(word); } } }
9th Feb 2018, 9:49 AM
Gaurav Agrawal
Gaurav Agrawal - avatar
+ 1
i work in c#
9th Feb 2018, 9:43 AM
نسیم محمدی
نسیم محمدی - avatar
+ 1
thanks mr🙏very very thanks
9th Feb 2018, 9:51 AM
نسیم محمدی
نسیم محمدی - avatar
0
sorrs sir ,where are you from؟
9th Feb 2018, 9:59 AM
نسیم محمدی
نسیم محمدی - avatar