:confused:Why won't this code work? using System; using System.Windows.Forms; namespace Practice { class Practice { public static void Main() { // declare and assign a string variable called human string human; human = "Walking & talking life"; // declare and assign an int variable called mind int mind; mind = 100; // Print the value of the variables to the console Console.WriteLine(mind); Console.WriteLine(human); } } class Continued { public static void notMain() { MessageBox.Show(human); MessageBox.Show(mind); } } }
S
sharpone
@sharpone
Posts
-
Inheritance problem -
Help / AdviceI live in South Florida, USA City and zip: Ft. Lauderdale or Plantation 33317
-
Help / Advice:)Thank you both for your advice - but how do I go about getting a job to code with no experience / school under my belt?:confused:
-
Help / AdviceHi, I've just started out learning C# / .NET at a fast rate. Then, I plan to look for company to get experience even if working for free. Any ideas or suggestions would be appreciated. Anyone know where I can gain experience when I learn enough without certification and only a high school diploma (even for little or no pay)??:(:|:confused: