bool1 관계연산자 관계연산자는 ==, > , >=, = second); Console.WriteLine($"{first}=={second}:{result}"); result = (first second); Console.WriteLine($"{first}=={second}:{result}"); - first > second 를 계산하여 결과를 result에 할당하고 출력한다. result = (first = second); Console.WriteLine($"{first}=={second}:{result}"); - - first >= second 를 계산하여 결과를 result에 할당하고 출력한다. result = (first 2024. 4. 18. 이전 1 다음