마이티마우스(Feat.소야) - 랄랄라 더보기 달샤벳 - 블링블링 더보기 QUIZ 1. [사칙연산] 두 정수(-3만~3만)와 연산자(+, -, *, /)를 입력 받고 계산결과를 출력 package kr.ac.busan; import java.util.Scanner; public class Quiz1 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner input = new Scanner(System.in); System.out.println("입력 : "); int a = Integer.parseInt(input.nextLine()); int b = Integer.parseInt(input.nextLine()); System.out.print("연산자 : "); char ch = (in.. 더보기 이전 1 ··· 13 14 15 16 17 18 19 ··· 98 다음