("Hello Lee" Greeting) Isnt showing up

void ShowMainMenu () {
Terminal.ClearScreen();
string greeting = “Hello Lee”;
Terminal.WriteLine(greeting);
Terminal.WriteLine("");
Terminal.WriteLine(" HACKER:FOLLOW THE WHITE RABBIT 3.0");
Terminal.WriteLine("**************************************");
Terminal.WriteLine(“Version : 1.30”);
Terminal.WriteLine(“©2020, 2021 Unity Software”);
Terminal.WriteLine(“97211 TrailBlazer Ave. Suite 503”);
Terminal.WriteLine("");
Terminal.WriteLine(“What would you like to hack into?”);
Terminal.WriteLine(“Press 1) for the House Wifi”);
Terminal.WriteLine(“Press 2) for the Vikings College”);
Terminal.WriteLine(“Press 3) for the FBI”);
Terminal.WriteLine("");

Hi @Lee_Montgomery_Jr,

The number of lines that can be displayed on the monitor is limited. For testing purposes, comment out a few of the Terminal.WriteLine method calls at the bottom. You’ll see that “Hello Lee” appears.

Did this help?


See also:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms