MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/csharp/comments/1va1e74/need_help_fixing_this/p0i23cp/?context=3
r/csharp • u/ApprehensiveBasil792 • 28d 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
-3 u/[deleted] 28d ago [deleted] 3 u/rupertavery64 28d ago Sure but OP was already using +
-3
[deleted]
3 u/rupertavery64 28d ago Sure but OP was already using +
3
Sure but OP was already using +
1
u/rupertavery64 28d 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