[ 초보자를 위한 C# 200제 ] C#_008 using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace Project_008{ class Program { static void Main(string[] args) { /* 기본 산술 연산자(operator) * double 타입일 때 주의할 연산자: /, % * ex) 44.55/9.9 = 4.5 (배수, 나머지가 0) * 44.55%9.9 = 4.95 (몫이 정수로 4, 나머지 4.95) */ Console.WriteLine("두 수를 입력하세요. "); int a = int.Parse(Console.ReadLine()); int b = int..
[ 초보자를 위한 C# 200제 ] C#_007 using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace Project_007{ class Program { static void Main(string[] args) { /* 변수(type, 형): 정수는 int, 실수는 double, 문자열은 string * Consol.ReadLine() 메서드는 Enter를 누를 때까지 키보드로 입력받는 문자열을 리턴한다. * int.Parse()는 문자열을 int 형식으로 double.Parse()는 문자열을 double로 변환한다. */ Console.WriteLine("원하는 문자열을 입력하세요. "); ..
- Total
- Today
- Yesterday
- 프로그래밍
- 수리 명제 자동판결 문제
- 기계적 추론
- 프로그램
- 정수
- 컴퓨터과학이 여는 세계
- 기본개념
- 유니티 기초
- 두 수 입력
- 컴퓨터의 시초
- 오버플로우
- 나눗셈
- 동적
- 앨런 튜링
- c
- 비전공자
- dynamic
- 컴퓨터과학
- 이광근
- 초보
- c#
- 에니그마
- 튜링
- 메서드
- 영화
- 뇌를 자극하는 C# 5.0 프로그래밍
- 계산기
- 독서
- 서울대
- 초보자를 위한 C# 200제
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |