Skip to content

Commit 5e06fd5

Browse files
Update Variables.java
1 parent 0f6389e commit 5e06fd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_01_basics/Variables.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package com._01_basics;
2-
31
public class Variables {
42
public static void main (String[] args) {
53
String myName = "Sahil";
@@ -42,4 +40,4 @@ public static void main (String[] args) {
4240
(or yourself) to overwrite existing values
4341
(this will declare the variable as "final" or "constant",
4442
which means unchangeable and read-only */
45-
// Here x. y , a,b myNum and more of these are called java identifiers
43+
// Here x. y , a,b myNum and more of these are called java identifiers

0 commit comments

Comments
 (0)