déclarez pleins de variables!
Created
September 12, 2023 09:41
-
-
Save nherbaut/394d097d06f3d65b4075433375c617af to your computer and use it in GitHub Desktop.
L2.1.1 Introduction aux variables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class A{ | |
| public static void main(String ...args){ | |
| int i; | |
| double j; | |
| char c; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment