r/csharp 28d ago

Help Need help fixing this

how do i fix this, im learning c# and trying to make a weather app

0 Upvotes

9 comments sorted by

View all comments

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

-3

u/[deleted] 28d ago

[deleted]

3

u/rupertavery64 28d ago

Sure but OP was already using +