public class VariavleTypes{
public static void main(String[] args){
//1. 논리형(논리형상수)
boolean b1,b2;
b1 = true;
b2 = false;
System.out.println("b1="+b1);
System.out.println("b2="+b2);
//2. 문자형
char munja1,munja2,munja3,munja4;
munja1='A';
munja2='B';
munja3='김';
munja4=44571;
int munja5 = '김'; // < ㅡㅡ?? 숫자를 보여주기위해 int??
System.out.println("munja1="+munja1);
System.out.println("munja2="+munja2);
System.out.println("munja3="+munja3);
System.out.println("munja4="+munja4);
System.out.println("munja5="+munja5);
//3.숫자
// 3-1.정수형
byte b=100;
short s=200;
int i1;
i1 = 1231241241;
long l1 = 2342534243L;
System.out.println("i1="+l1);
// 3-2.실수형
어제 수업시간에 한건대요 ㅎㅎㅎ
빨간색으로 칠한 부분으에 인트형은 숫자로 나타낸다고 선언하는거라고 들었는대
실행해보니 숫자로 나왓어요 그럼 그 숫자뜻은 김이란 글자가 그 숫자가
글자테이블에 저장되어 있는 순번이란 뜻인가요 ? ㅎㅎ
2013년 2월 19일 화요일
피드 구독하기:
댓글 (Atom)
UPBIT is a South Korean company, and people died of suicide cause of coin investment.
UPBIT is a South Korean company, and people died of suicide cause of coin. The company helps the people who control the market price manipu...
-
연휴 마지막날 아침... 산책을 하다 한장 찍어보았다. 인생도 마찬가지로 길의 끝을 모른체 선택을 해야하는 경우가 발생한다. 나중에 그 기준이 바뀔수도 있지만. 지금 기준은 많은 사람이 함께 갈 수 있는 길을 선택하고 싶다.
-
□ native modifier 는 자바가 아닌 다른 언어로 작성된 코드를 자바에서 사용하기 위한 것 □ transient modifier 는 객체가 직렬 화되는 과정에서 해당 필드가 저장되지 않아야 한다는 것을 알리기 위해 사용 ...
-
제로보드 세팅. sudo apt-get install apache2 mysql-server libapache2-mod-php5 phpmyadmin ssh 패키지를 이용한 소프트웨어 설치 - APM세팅 및 ssh 설치 ...
아스키 코드 유니코드 로 검색해바바바. 처남이 말한게 정확한 뜻이라네~
답글삭제익명 님의 댓글...아스키 코드 유니코드 로 검색해바바바. 처남이 말한게 정확한 뜻이라네~2013년 2월 19일 오전 10:01
답글삭제오옹 넹 쉬는 시간에 보고 잇어요 ㅎ
답글삭제고생이 많네 피곤하면 집으로 오게나
삭제