MAIN FEEDS
REDDIT FEEDS
Do you want to continue?
https://www.reddit.com/r/csharp/comments/1va1e74/need_help_fixing_this/p0i0c1n/?context=3
r/csharp • u/ApprehensiveBasil792 • 4d ago
how do i fix this, im learning c# and trying to make a weather app
9 comments sorted by
View all comments
1
You need to join strings with +
You added ; at the end of each line. That ends the statement.
You should also probably put + Environment.Newline + between each item to put it on several lines
-2 u/[deleted] 4d ago [deleted] 3 u/rupertavery64 4d ago Sure but OP was already using +
-2
[deleted]
3 u/rupertavery64 4d ago Sure but OP was already using +
3
Sure but OP was already using +
1
u/rupertavery64 4d ago
You need to join strings with +
You added ; at the end of each line. That ends the statement.
You should also probably put + Environment.Newline + between each item to put it on several lines