Skip to content

Commit 6cc770d

Browse files
authored
Remove unused import statement for Scanner
1 parent 4ba2fc5 commit 6cc770d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/com/thealgorithms/strings/ComplexNumberMultiplication.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.thealgorithms.strings;
22

3-
import java.util.Scanner;
4-
53
/**
64
* Implementation of complex number multiplication.
75
* Given two strings representing complex numbers in the form "a+bi" and "c+di",

0 commit comments

Comments
 (0)