私は次のクラスを持っています:-
public Class test{
public void testmethod(int i)
{
i = 56789121;
//code ges here
Console.WriteLine(i);
} }
しかし、このクラスを実行して Console.writeline の結果を確認する必要がありますが、これを行う方法がわかりません。私は通常、MS Visual Studio を使用して Web アプリケーションを構築し、「開始」ボタンをクリックしてアプリケーションを実行しますが、Console.writeline を使用して結果を出力しようとしたことはありません。ブラジル