27 Avril
This commit is contained in:
13
ControleMachineJava/Exercice2/Entiexte.java
Normal file
13
ControleMachineJava/Exercice2/Entiexte.java
Normal file
@@ -0,0 +1,13 @@
|
||||
import java.awt.*;
|
||||
import javax.swing.*;
|
||||
import java.lang.*;
|
||||
|
||||
public class Entiexte {
|
||||
private String entier;
|
||||
public Entiexte(String nombre) {
|
||||
this.entier=nombre;
|
||||
}
|
||||
|
||||
public Entiexte(int x) {
|
||||
this.entier=x;
|
||||
}
|
0
ControleMachineJava/Exercice2/MainExo2.java
Normal file
0
ControleMachineJava/Exercice2/MainExo2.java
Normal file
Reference in New Issue
Block a user