Untitled
unknown
plain_text
2 years ago
205 B
7
Indexable
int seat = 18;
if(seat%6==0 ||seat%6==1){
System.out.println("window");
}else if(seat%3==0 || seat%3==1){
System.out.println("aisle");
}else{
System.out.println("middle");
}Editor is loading...
Leave a Comment