Description

변수 a와 b가 각각 다음과 같이 선언되어 있을때 변수 summation, multiply, divide, remainder, power를 다음의 값을 가지도록 만들어 보세요.

  • summation은 a와 b의 합
  • multiply는 a와 b의 곱
  • divide는 a를 b로 나눈 값
  • remainder는 a를 b로 나눈 나머지
  • power는 a의 b승
  • You need to fill in the blank with the appropriate code.
  • You cannot modify the given code.
  • An error message will appear in the result if you leave the blank empty.
Result Stop
Result of [Run Test] or [Submit] will be displayed here
내가 제출한 코드가 왜 틀렸는지 프로그래머스 AI에게 물어보세요.
제출 후 채점하기를 눌러 30점 이상인 경우 물어볼 수 있어요.
베타 기간 동안에는 한 문제당 1번만 물어볼 수 있어요.