mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
[FEAT] Add Coulomb's Law for electrostatics (#7017)
Co-authored-by: Priyanshu1303d <priyanshu130d@gmail.com>
This commit is contained in:
committed by
GitHub
parent
bf8cc61254
commit
08374248e9
@@ -43,7 +43,7 @@ public final class JugglerSequence {
|
||||
seq.add(n + "");
|
||||
}
|
||||
String res = String.join(",", seq);
|
||||
System.out.println(res);
|
||||
System.out.print(res + "\n");
|
||||
}
|
||||
|
||||
// Driver code
|
||||
|
||||
Reference in New Issue
Block a user