© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•17mo ago•
4 replies
Max 🪼

✅ how I can write like this?

idk what it called but I can use same logic writing in other language
            int a = 0;
            int b = 1;

            int addResult = a + b;

            Console
                    .WriteLine(addResult)
                    .WriteLine("\nthanks");
            int a = 0;
            int b = 1;

            int addResult = a + b;

            Console
                    .WriteLine(addResult)
                    .WriteLine("\nthanks");
image.png
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

how can i write logic like this into a forloop?
C#CC# / help
3y ago
❔ How i can write this code more efficient
C#CC# / help
3y ago
how i can write result
C#CC# / help
4y ago