반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- C#
- response
- WriteLine
- 평면좌표상에서 두점 거리 구하기
- java
- static을 왜사용할까?
- db
- unity 오브젝트
- 데이터베이스
- @ Builder
- Create
- 타입이 서로 다른 두 데이터 제네릭
- unity 간단 설정
- unity 레이아웃
- 타입 변수 표기법
- JDBC
- request
- select
- DROP
- Database
- 메소드 정의
- 요청
- MariaDB
- 메소드 지정자
- final
- spring
- static
- http
- ForignKey
- c#상속
Archives
- Today
- Total
목록readLine (1)
이론을 싫어!

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 29 30 31 32 using System; namespace MyApp // Note: actual namespace depends on the project name. { internal class test { static void Main(string[] args) { int kor=0, math=0, eng=0; // 각각 항목 점수를 넣을 변수 선언 Console.Write("국어 성적을 입력하세요 :"); // 출력 string number = Console.ReadLine(); // Console.ReadLine();는 문자열로 받음 //그래서 받을때 str..
C#
2023. 4. 10. 23:45