Would you like to react to this message? Create an account in a few clicks or log in to continue.

ҹ Integer Ѻ

Go down

ҹ Integer Ѻ Empty ҹ Integer Ѻ

ตั้งหัวข้อ  Admin Wed May 21, 2008 1:56 pm

Integer xx = Integer.valueOf("10");

int xx2 = Integer.parseInt("20");
Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

ҹ Integer Ѻ Empty Re: ҹ Integer Ѻ

ตั้งหัวข้อ  Admin Wed May 21, 2008 1:58 pm

Integer xx = Integer.valueOf("10");

int xx2 = Integer.parseInt("20");

Admin พิมพ์ว่า:

package primitiveType;

public class integer {

public static void main(String args[]){

Integer xx = Integer.valueOf(
"10");
int xx1 = Integer.valueOf(
"10");

int xx2 = Integer.parseInt(
"20");

int result =xx+xx2;

System.
out.println(result); //30
System.out.println(xx1+xx2); //30

}


}

Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

ขึ้นไปข้างบน


 
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ