Skip to content

Instantly share code, notes, and snippets.

@nherbaut
Created September 12, 2023 09:41
Show Gist options
  • Select an option

  • Save nherbaut/394d097d06f3d65b4075433375c617af to your computer and use it in GitHub Desktop.

Select an option

Save nherbaut/394d097d06f3d65b4075433375c617af to your computer and use it in GitHub Desktop.
L2.1.1 Introduction aux variables
public class A{
public static void main(String ...args){
int i;
double j;
char c;
}
}

déclarez pleins de variables!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment