growgrow_up.log
로그인
growgrow_up.log
로그인
[프로그래머스] 두 수의 곱
hello__0
·
2022년 11월 16일
팔로우
0
0
Algorithm
목록 보기
2/20
나의 코드
function solution(num1, num2) { let answer = 0; answer = num1 * num2; return answer; };
hello__0
자라나라 나무나무
팔로우
이전 포스트
[프로그래머스] 몫 구하기
다음 포스트
[프로그래머스] 두 수의 차
0개의 댓글
댓글 작성