+ 2
Knowledge is power C#
Hey i am new in that and don't know ehat i have to do can anyone help me ?
2 RĂ©ponses
+ 9
Every statements should end with a semicolon. For example Console.Write("42");
+ 1
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Code_Coach_Challenge
{
class Program
{
static void Main(string[] args)
{Console.Write("Knowledge is power.")
//your code goes here
}
}
}