Notice
Recent Posts
Recent Comments
Link
목록Al (1)
기린의 기록을 위한 공간
[JAVA]codeUp코드업 기초100제 자바로 풀기(1081~1099)
1081package com.algo.controller; import java.util.Scanner; public class Code{ public static void main(String[] args){ Scanner sc = new Scanner(System.in); System.out.print("정수입력 : "); int a = sc.nextInt(); System.out.print("정수입력 : "); int b = sc.nextInt(); for(int i=1; i
Algorithm/codeUp기초100제
2020. 3. 1. 21:07