Pages

CatKul JAVA pertemuan 2

Wednesday, March 23, 2011

Merubah tipe data

nama file pertemuan2.java



public class pertemuan2 {

public static void main(String args[]) {
byte x = 126;
byte y = 122;
int z = x+y;
System.out.println(z);
}


}

No comments:

Post a Comment

 

Most Reading

Advertise

Sidebar One

Welcome to this simple blog, i'm just newbie blogger who try to share my knowledge with world. Thanks for your visit :D happy blog walking.