Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Console.WriteLine

string foo = "Hello";
string bar = "How are you?";
int x = 5;
 
Console.WriteLine(foo);
// Prints: Hello
Source by www.codecademy.com #
 
PREVIOUS NEXT
Tagged:
ADD COMMENT
Topic
Name
6+1 =