How can I convert this code to csharp code, seems to be simple but little confused.
Dim Temperature As Integer = 30
Select Case Temperature
Case 31
Console.WriteLine("stay in bed")
Case 32
Console.WriteLine("play the lottery")
Case Else
Console.WriteLine("Just read the newspaper")
End Select