Posts by Rircado Wasicky • 49 points
2 posts
-
1
votes3
answers191
viewsA: Logical operator || in C# does not work
I found the error. The if structure does not end with ";". Thankful
-
2
votes3
answers191
viewsQ: Logical operator || in C# does not work
I’m trying to do an exercise where in a range of 0 to 30 I want to know which numbers are divisible by 3 or 4. Working with a if for every situation works. But if I try to use the logical operator…