Aller au contenu

Résultats de la recherche

Le contenu de la page n’est pas pris en charge dans d’autres langues.
Essayez avec cette orthographe : outils
Voir (20 précédentes | ) (20 | 50 | 100 | 250 | 500)
  • o2) { System.out.println("A display for object ("+o1+") and object ("+o2+")"); } public void display(Object o1, SimpleObject o2) { System.out.println("A...
    7 kio (1 267 mots) - 26 février 2023 à 17:19
  • System.out.println("arr1 == arr2 --> " + (arr1 == arr2)); // false System.out.println("arr2 == arr3 --> " + (arr2 == arr3)); // false System.out.println("arr3...
    17 kio (2 252 mots) - 30 septembre 2022 à 18:47
  • OutTextCostOfWar = number_str(OutNumberWarCost); // Formatage du nombre if (WarCostmoney=="$") OutTextCostOfWar = WarCostmoney + OutTextCostOfWar; // Symbole...
    4 kio (741 mots) - 28 août 2022 à 13:13
  • visit(Wheel wheel) { System.out.println("Visiting "+ wheel.getName() + " wheel"); } public void visit(Engine engine) { System.out.println("Visiting engine");...
    9 kio (1 229 mots) - 26 février 2023 à 17:05
  • System.out.println("Début du programme."); // test du paramètre obligatoire : > 1 et impair if (args == null || args.length == 0) { System.out.println("Usage :...
    3 kio (649 mots) - 16 avril 2020 à 08:27
  • fclose(fp); printf(" Read \"a_out.txt\".\n" " Press return to continue"); getchar(); return 0; } Le résultat dans le fichiers "a_out.txt" f : x-> cos(x) f':...
    5 kio (551 mots) - 16 avril 2020 à 08:20
  • args) { Animal bebete = Animal.TIGRE; System.out.print("L'animal est un "+bebete.getNom()); System.out.print(bebete.isDomestique()?" (domestique)":"...
    5 kio (841 mots) - 28 novembre 2021 à 19:37
  • = s.length(); while (i>0) { i--; // Décrémenter i System.out.print(s.charAt(i)); } System.out.println(); // Affiche le contenu de la chaîne à l'envers :...
    6 kio (989 mots) - 3 juillet 2022 à 14:04
  • //constructeur 1 System.out.println("Création de A"); } public A(int a) { //constructeur 2 par surcharge this.a = a; System.out.println("Création de A");...
    3 kio (608 mots) - 16 avril 2020 à 08:25
  • PrintStream. Exemple : system.out.println("Bonjour !"); // Affiche une chaîne avec retour à la ligne int count = 100; system.out.print(count); // Affiche un...
    16 kio (2 301 mots) - 26 juillet 2023 à 15:27
  • System.out.print ( "Le message contient " ); System.out.print ( message.length() ); System.out.println( " caractères" ); Equivaut à : System.out.print...
    7 kio (1 084 mots) - 28 décembre 2021 à 12:53
  • throws SAXException { System.out.println("Début de document XML"); } public void endDocument() throws SAXException { System.out.println("Fin de document XML");...
    5 kio (884 mots) - 27 juin 2022 à 10:49
  • | out ); stringstream ( const string & str, openmode mode = in | out ); Exemple : int n, val; stringstream ss (stringstream::in | stringstream::out);...
    10 kio (1 480 mots) - 22 septembre 2022 à 15:14
  • Object n = 1; System.out.println(n.getClass()); // Integer n = 1L; System.out.println(n.getClass()); // Long n = 1.1; System.out.println(n.getClass());...
    13 kio (2 090 mots) - 27 août 2021 à 09:47
  • faire System.out.printf("what ever %d",5); Exemple : public class Message { public void message(String recette, String... arguments) { System.out.println("Ingrédients...
    6 kio (927 mots) - 24 décembre 2021 à 14:13
  • static void main(String[] args) { System.out.println(Pattern.matches("[0-9]+", "12345")); // true System.out.println(Pattern.matches("[0-9]+", "12ABC"));...
    3 kio (1 396 mots) - 11 septembre 2022 à 14:30
  • référençant une variable pour y mettre une valeur de retour : paramètre out, un paramètre référençant une variable pour transmettre une information et...
    11 kio (1 453 mots) - 8 novembre 2020 à 15:36
  • void run() { try { System.out.println("Un nouveau processus léger"); Thread.sleep(1000); // suspendu pendant 1 seconde System.out.println("Fin du nouveau...
    10 kio (1 484 mots) - 17 avril 2020 à 10:46
  • PName<ReadWrite> rw = pname("Test"); System.out.println(get(rw)); // Lecture OK set(rw,"Exemple"); // Écriture OK System.out.println(get(rw)); // Lecture OK //...
    3 kio (747 mots) - 26 février 2023 à 17:19
  • state) { System.out.println("Originator : état affecté à : "+state); this.state = state; } public Object saveToMemento() { System.out.println("Originator :...
    4 kio (889 mots) - 26 février 2023 à 17:04
Voir (20 précédentes | ) (20 | 50 | 100 | 250 | 500)