출력1 [C#] 기본 출력 Console.Write(), Console.WriteLine() using System; namespace MyFirstProgram { internal class Program { static void Main(string[] args) { Console.WriteLine("안녕하세요!"); Console.WriteLine("코딩 조랩 입니다!"); Console.Write("이건 줄바꿈을 안해주고요!"); Console.Write("이건 줄바꿈을 해줍니다!"); Console.WriteLine("\tCoding\b_JoLab\ntistory"); // \t = 탭 한칸, \b = 지우기, \n = 줄바꿈 } } } 쉽죠잉 ~ ? 2023. 2. 22. 이전 1 다음 728x90