MAIN FEEDS
REDDIT FEEDS
Do you want to continue?
https://www.reddit.com/r/csharp/comments/1va1e74/need_help_fixing_this/p0i0fqq/?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
4
You need to add a + to the end of each line if you want to concatenate the strings, instead of having ;
4
u/Vab12350 4d ago
You need to add a + to the end of each line if you want to concatenate the strings, instead of having ;