자바 2023 기초 수업 내용(3)

스캐너 클래스, 메소드
홍윤's avatar
Aug 12, 2024
자바 2023 기초 수업 내용(3)
스캐너 클래스
  • 자바에서 키 입력
notion image
  • Scanner클래스
notion image
  • Scanner를 이용한 키 입력
notion image
매체는 점을찍고 사용 가능하다 메소드(next)를 사용
각 매체마다 뒤에가 다른이유: 타입이 달라서
 
  • String nextLine(): 자바로 대화할때 쓴다
  • void close(): 리턴이 없다 종료 후 JVM에서 자동으로 안 쓰는 메소드 정리
  • 연산자: =,+.-.8,/
notion image
  • ++: 1증가, — : 1감소. 시프트,비트는 정보처리기능사 공부 할 때 자주 씀
  • 증감 연산
notion image
  • 대입연산
notion image
 
메소드
  • 매소드란
notion image
  • 매소드의 동작원리
notion image
  • 메소드의 구조
notion image
  • 메소드 정의하기
notion image
  • 메소드 호출하기
notion image
  • 메소드 호출하기(Math.abs())
notion image
  • 메소드 호출하기(Math.max())
notion image
  • 단일 입력변수
notion image
notion image
  • 입력변수가 없는 메소드(로또)
notion image
  • 반환값이 없는 메소드
notion image
Share article

Uni