Search results for query: *

  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

    I really sorry, in fact, right now, I correct the answer in English ?.
  3. R

    Question I don't understand if statement

    Thanks!!! I think It was an exercises to understand if condition and numbers type. However I will read the link that you send me.
  4. 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