*   >> Lezen Onderwijs artikelen >> science >> programming

Eenvoudige welkom en Print Console toepassing in C # ( C scherp) ( Dot Net )

//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 ( ) ;

}

}

}


Copyright © 2008 - 2016 Lezen Onderwijs artikelen,https://onderwijs.nmjjxx.com All rights reserved.