JSP: Utilisation des opérateurs de calcul*

Author:
       

  
    Using Operators
  

  
    

Using Operators

    <%         int operand1 = 23, operand2 = 4, product;         product = operand1 * operand2;         out.println(operand1 + " * " + operand2 +             " = " + product);      %>                       

A Voir sur le même Sujet:

  • creation de jeux en java pdf
  • exemple programme java

Leave a Reply

Your email address will not be published. Required fields are marked *