//eenvoudige welkom applicatie in C # ( C scherp) ( Dot Net )
using System;
namespace welkom
{
class Class1
{
static void Main ( )
{
Console . WriteLine ( "Welcome to cyberwereld ");
Console.ReadLine ( ) ;
}
}
}
//************************************************* *********************************** //Console Print applicatie in C # ( C scherp) ( Dot Net )
using System;
namespace var
{
class var
{
static void Main ( )
{
int i = 5 ;
int y = 10;
string s = " je geen is " ,
touw b = " en uw rij " ;
Console.
WriteLine ( " { 0 } { 1 } { 2 } { 3 } . " , s , i, b , y) ;
Console.ReadLine ( ) ;
}
}
}