Skip to content

Instantly share code, notes, and snippets.

View msyilmaz's full-sized avatar
🤝
fintech

Safa Yilmaz msyilmaz

🤝
fintech
View GitHub Profile
using System;
namespace Quiz
{
class Program
{
public static string FirstCharToUpper(string str)
{
char[] array = str.ToCharArray();