Skip to content

Commit f8cd4aa

Browse files
Update Bubble.java
1 parent 441726a commit f8cd4aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sorting/Bubble.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
// Github: github.com/RodneyShag
1+
22

33
import java.util.Scanner;
44

55
public class Bubble {
66
public static void main(String[] args) {
7-
/* Read input */
7+
88

99
Scanner sc=new Scanner(System.in);
1010
System.out.print("Enter Number of Elements: ");

0 commit comments

Comments
 (0)