We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf9b207 commit b096e8fCopy full SHA for b096e8f
source-code-EXPLAINED/Program.cs
@@ -78,7 +78,7 @@ static void Main(string[] args)
78
Console.ReadKey();//waits for user key (enter, space...)
79
return;//if b is equal to 0 it stops the program process
80
}
81
- Console.WriteLine(b);//prints the value of
+ Console.WriteLine(b);//prints the value of b
82
Console.Title = String.Format("Calabrese#0001 - "+b);//changes the console title with the value of b
83
84
// --------------------------------------------------
0 commit comments