Search results for query: *

  • Users: RavCoder
  • Content: Threads
  • Order by date
  1. R

    Question Are there projects in C# for beginner who want to learn?

    Hi, I ask if there are projects in C# where can I learn the concepts and programming in C # step by step? Thanks and regards, RavCoder
  2. R

    Question I don't understand if statement

    Hi everyone, I'm beginner developer in C# ,this is my first post in this forum and I ask to explain this code because I don't understand if statement: using System; public class Program { public static void Main() { if (144 != 12 * 12) { Console.WriteLine("Math isn't...
Back
Top Bottom