<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// Ces programmes sont sous licence CeCILL-B V1.
class BatailleNavale {

  public static void main (String [] args) {
    int a;
    int b;
    int x;
    int y;
    a = 4;
    b = 7;
    System.out.println("Ã€ vous de jouer");
    x = Isn.readInt();
    y = Isn.readInt();
    if (x == a &amp;&amp; y == b) {
      System.out.println("CoulÃ©");}
    else { 
      if (x == a || y == b) {
        System.out.println("En vue");}
      else { 
        System.out.println("Ã€ l'eau");}}}}


</pre></body></html>