C
C#•2mo ago
itsmevinh

Im new to C# and im kinda stuck here. Please help

I was trying to use C# to solve some math riddle, can somebody check out why isnt it working
No description
5 Replies
TheBoxyBear
TheBoxyBear•2mo ago
Comparisons should use the == operator. In this current state, the single equal is trying to assign a value to myNumner % 2 which isn't something that can be assigned (not a variable)
sawnofgod
sawnofgod•2mo ago
Perform basic operations on numbers in C# - Training
Learn the operators and techniques used to perform basic math operations on numeric data.
sawnofgod
sawnofgod•2mo ago
I definitely encourage you to take the C# training Microsoft offers & watch their playlist too 🔥
sawnofgod
sawnofgod•2mo ago
YouTube
C# for Beginners
Join Scott Hanselman and .NET Distinguished Engineer David Fowler as they teach us C# from the ground up! From Hello World to LINQ and more, Scott and David ...
From An unknown user
From An unknown user
From An unknown user
From An unknown user
itsmevinh
itsmevinh•2mo ago
Tysm