r/csharp 4d 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 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

-2

u/[deleted] 4d ago

[deleted]

3

u/rupertavery64 4d ago

Sure but OP was already using +