vendredi 9 janvier 2015

a>b>c

import java.util.Scanner;





public class javalernen2 {

public static void main (String arg []){

int x, y, z;



Scanner k = new Scanner (System.in);



x = k.nextInt();

y= k.nextInt();

z = k.nextInt();









if(x>y>z) {

System.out.println(x);}



else if(y>x>z){

System.out.println(y);

}



else if(z>x>y){

System.out.println(z);



}





}









}

hey zusammen wo ist mein fehler ???





a>b>c

0 commentaires:

Enregistrer un commentaire