Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
.StartsWith();RAPTOR フローチャート コマンドで C# コマンドを変換する方法を教えてもらえますか?
.StartsWith();
string unos = Console.ReadLine().ToUpper(); if (unos.StartsWith("KR")) kr++; else if (unos.StartsWith("ZG")) zg++;`
これがサンプルです。