Not logged in.
·
Lost password
·
Register
Main page
Forum
Search
Members
Forum:
Playground
Nog een C# tekst
Ben
(Guest)
2007-10-13, 15:37
#1
No profile available.
Link to this post
Subject:
Nog een C# tekst
static
void
Main
(
string
[
]
args
)
{
int
x =
14
;
int
y =
12
;
double
g = y + x;
Console.
WriteLine
(
g
)
;
}
Ben
(Guest)
2007-10-13, 16:21
#2
No profile available.
Link to this post
using System;
namespace RefactoringExamples
{
class Program
{
static
void
Main
(
string
[
]
args
)
{
Console.
WriteLine
(
"*** Please enter your credentials ***"
)
;
// Get user name and password.
string
userName;
string
passWord;
Console.
Write
(
"Enter User Name: "
)
;
userName = Console.
ReadLine
(
)
;
Console.
Write
(
"Enter Password: "
)
;
passWord = Console.
ReadLine
(
)
;
}
}
}
Close
Smaller –
Larger +
Reply to this post:
Verification code:
Please enter the word from the image into the text field below. (Type the letters only, lower case is okay.)
Smileys:
Special characters:
Go to forum
Overview
News and announcements
Support
General support
Installation, update and import
Bug reports and troubleshooting
Ideas and suggestions
Customising UNB
Modifications and plug-ins
Plug-in gallery
Designs
Translations
Show your board!
Website feedback
UNB Components (a.k.a. UNB2)
Playground
This board is powered by the
Unclassified NewsBoard
software, 20110527-dev, © 2003-2011 by Yves Goergen
Page created in 159 ms (74.4 ms) · 32 database queries in 128.6 ms
Current time: 2012-02-07, 20:31:10 (UTC +01:00)