+ 1
How convert str to ToUpper str
....
5 odpowiedzi
+ 14
U need to specify the language also & provide the work u done
+ 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); }
}
}
+ 1
i work in c#
+ 1
thanks mr🙏very very thanks
0
sorrs sir ,where are you from؟