Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void main(String[] args) {
- // TODO code application logic here
- String myName = "CΓ©dric"; // Nouvelle chaine avec mon nom
- int age = 25; // L'age oΓΉ je serai riche.
- System.out.print("Je m'appelle " + myName);
- System.out.println(". J'aimerais bien rΓ©ussir ma vie Γ " + age + " ans.");
- }
Advertisement
Add Comment
Please, Sign In to add comment