왕초보(ㅜ.ㅜ)의 질문 간단한 계산 프로그램 질문
흰꽃
질문 제목 :왕초보의 질문 간단한 계산 프로그램..
어떻게 만드나요
질문 내용 : 이제 막 c언어를 배우기 시작한 학생입니다
선생님이 주신 문제를 보고 어떻게 해야하는 그저 막막하네요 if 를 써야한다는것만 알겠네요 ...
1.createa simple calculator that asks the user for two numbers and thenprovides a list of operations that the user can perform on these twonumbers.
once the user has selected which operation is going to be performed on the numbers then the console should display the result.ex)please enter number 1: 6please enter number 2: 5please select an operation:
1.addition
2.subtraction
3.multiplication
4.division
5.exponents (number 1 to the power of number two)
6.maximum
7.minimum
8.factorial
이게 문제 인데요 ,이게 쉬운건가요? 초보라그런지 이것도 엄청 어려움 ㅜ.ㅜ
고수님들의 많은 답변 바래요
-
선아 2023-06-13
아주 기초적인 문제입니다.
여기서부터 막막하고 하시면 안됩니다.
시간을 내서 공부하세요. -
해님꽃 2023-06-13
초보 문제 맞어요?
어렵네요