배열
-
C# 배열 [array] (Let's study programming together)애드센스 승인 자료모음 2019. 4. 17. 11:04
C# 변수와 상수 [Variables and constants] (Let's study programming together) 이전 포스팅에서 데이터 타입(https://lee-master.tistory.com/32)에 대해서 알아보았다. C# 데이터 타입[byte, short, int, float] (Let's study programming together) C# 데이터 타입 정의 주방엔 밥을 담는.. lee-master.tistory.com 앞 전 포스팅에선 변수와 상수에 대해 알아보았다. 선언해야 될 변수의 양이 4개일 땐 int a = 0, int b = 0, int c = 0, int d = 0; 만약 변수가 100개 이상 일 때도 위와 같이 선언해야 한다면 상당한 시간을 소요해야 될 것이다...