JAVA Programming
Report
- Exercise -
Date 03。17。2009
Name Jae Joon Cho
Student ID number:2005011139
Class Information Science
Prof Kyong Hoon Kim. Write a Java program to read in two numbers and print the sum. Be sure to include a message to prompt the user for input and a message identifying the output. See what happens if you type in something that is not a number when the program is run. See how large a number you can type in and still have the program work correctly.
Solution
- source -
import java.util. ;
scan class가 포함된 package 생성
public class SumInput
{
public static void main(String args[])
{
int ival1;
int ival2;
int sum;
변수 생성
Scanner sc = new Scanner (System.in);
값을 받기위해 sc라는 scan class 생성
System.out.print(`ival1 = ` );
ival1 = sc.nextInt ();
ival1 의 값을 받음
System.out.print(`ival2 = ` );
ival2 = sc.nextInt ();
ival2 의 값을 받음
...
· 해피레포트는 다운로드 받은 파일에 문제가 있을 경우(손상된 파일/설명과 다른자료/중복자료 등) 1주일이내 환불요청 시 환불(재충전) 해드립니다.
(단, 단순 변심 및 실수로 인한 환불은 되지 않습니다.)
· 파일이 열리지 않거나 브라우저 오류로 인해 다운이 되지 않으면 고객센터로 문의바랍니다.
· 다운로드 받은 파일은 참고자료로 이용하셔야 하며,자료의 활용에 대한 모든 책임은 다운로드 받은 회원님에게 있습니다.
저작권안내
보고서 내용중의 의견 및 입장은 당사와 무관하며, 그 내용의 진위여부도 당사는 보증하지 않습니다.
보고서의 저작권 및 모든 법적 책임은 등록인에게 있으며, 무단전재 및 재배포를 금합니다.
저작권 문제 발생시 원저작권자의 입장에서 해결해드리고 있습니다. 저작권침해신고 바로가기