or1 [C#] 논리연산자 && (and), || (or) using System; namespace MyFirstProgram { internal class Program { static void Main(string[] args) // main method { // 논리연산자 // && and, || or Console.WriteLine("What's the temperature outside: (C)"); double temp = Convert.ToDouble(Console.ReadLine()); if (temp >= 10 && temp 2023. 3. 1. 이전 1 다음 728x90