Java Nomor dan String

int x = 10;
int y = 20;
int z = x + y;  // z will be 30 (an integer/number)
naly moslih