Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in .NET only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
.NET
c# question
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
asif08
New Member
Join Date:
Feb 2008
Posts:
4
#1
c# question
Feb 12 '08, 04:28 PM
how can i write a string named output to the console screen?
string output = "hello world
this is asif08"
I want to write output to the screen
zimdanen
New Member
Join Date:
Feb 2008
Posts:
6
#2
Feb 12 '08, 04:32 PM
Console.WriteLi ne(output);
Comment
Post
Cancel
Plater
Recognized Expert
Expert
Join Date:
Apr 2007
Posts:
7872
#3
Feb 12 '08, 04:32 PM
This would fall under the category of "Needs to read a basic tutorial", but I'll throw you a little help anyway.
Try looking at Console.WriteLi ne()
Comment
Post
Cancel
EhabCsharp
New Member
Join Date:
Feb 2008
Posts:
2
#4
Feb 12 '08, 05:11 PM
Console.WriteLi ne("Anything to be printed");
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment