Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

public Travel relaxing(Travel other){

if(this.price == other.getPrice() && this.safe == other.getSafe())


return this;

int j = Character.getNumericValue(str.charAt(0)); //char to int


int j = Integer.parseInt(str); // String to int
int j = Integer.valueOf(str);
str2=str2+""+str1.charAt(0); // save the last String with new added symbols,
without str2 it will reboot new value ONLY

You might also like