2019-09-20
Console(콘솔)/API 2019. 9. 20. 09:592019-09-20
Console.Writeline();
https://docs.microsoft.com/ko-kr/dotnet/api/system.console.writeline?view=netframework-4.8
Console.WriteLine Method (System)
뒤에 현재 줄 종결자가 오는, 지정한 데이터를 표준 출력 스트림에 씁니다.Writes the specified data, followed by the current line terminator, to the standard output stream.
docs.microsoft.com
- docs의 기재되어있는 예시문 Console.Writeline();의 대한 내용

- console.Writeline();를 사용

- console.Writeline();의 대한 출력값 내용
Console.ReadLine();

