Search results for query: *

  • Users: tangara
  • Content: Threads
  • Order by date
  1. T

    how to decipher this code ?

    Hi guys, I am back again with a new question cos I really can't figure out why... class Program { // changing the first letter of each word to Capital letter static void Main(string[] args) { string s = "institute of web technologies science"...
  2. T

    How do I call a method that I have defined?

    Hi, I am not sure why the method doesn't change the first letter of each word to Upper Case. Hope some one can help me. (So sorry the title should be this) namespace ToUpperCaseOnFirstLetterOfWords { class Program { static void Main(string[] args) { string...
  3. T

    Question could someone explain the below code to me?

    Hi, I am a beginner in C# and am desperately looking for help. Basically, I do not understand why the following line in this method below: public static void Main(string [] args) { Console.Write("Enter a number: "); int n = Convert.ToInt32(Console.ReadLine()); Random random = new...
Back
Top Bottom