namespace ThetwelveLabors1
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Welcome to Mythology 101 class, today i will ask you about 10 of the 12 labors of Hercules.");
Console.WriteLine("what was the first labor of Hercules?");
Console.ReadLine();
}
}
}
これが私の現在のコードです。ユーザー入力を許可する場所を挿入しようとしています。そして、質問が適切に回答されると、プログラムは次の質問などを 10 の質問に対して行い、終了条件を設定する必要があります。