© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
2 replies
Juliandyce

❔ searching mistake

namespace App2
{
public class Program14
{
private static void SayHello()
{

Console.Write("What is ur name?");
string name = Console.ReadLine();
Console.WriteLine("Hello {0}", name);
}

static void Main(string[] args)
{
SayHello();
}
}
}

CS1022 Type or namespace definition or end of file expected.
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

API for searching
C#CC# / help
2y ago
❔ Learning binary searching
C#CC# / help
3y ago
where is my mistake
C#CC# / help
3y ago