TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
lim
NA
16
0
C# declaration of namespaces
Dec 13 2005 1:46 AM
Hi,
This is my first time in C# programming.Below is my simple program on while loop.
May I know how to declare namespace for using int?
And where can I look for this namespace information.
Thanks
using
System
;
public
class
WhileLoop
()
{
public
static
void
Main
(
string
[]
args
)
{
int
i
=
0
;
while
(
i
<
5
)
{
Console
.
WriteLine
(
i
);
++
i
;
}
}
}
}
Reply
Answers (
1
)
combobox
Help for Printing.....Urgent!!!