We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6389e commit 5e06fd5Copy full SHA for 5e06fd5
_01_basics/Variables.java
@@ -1,5 +1,3 @@
1
-package com._01_basics;
2
-
3
public class Variables {
4
public static void main (String[] args) {
5
String myName = "Sahil";
@@ -42,4 +40,4 @@ public static void main (String[] args) {
42
40
(or yourself) to overwrite existing values
43
41
(this will declare the variable as "final" or "constant",
44
which means unchangeable and read-only */
45
-// Here x. y , a,b myNum and more of these are called java identifiers
+// Here x. y , a,b myNum and more of these are called java identifiers
0 commit comments