mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-23 20:44:39 +08:00
Refactor Code Style (#4151)
This commit is contained in:
@ -21,7 +21,7 @@ public class SquareRootBinarySearch {
|
||||
*
|
||||
* @param args Command line arguments
|
||||
*/
|
||||
public static void main(String args[]) {
|
||||
public static void main(String[] args) {
|
||||
Scanner sc = new Scanner(System.in);
|
||||
System.out.print(
|
||||
"Enter a number you want to calculate square root of : "
|
||||
|
Reference in New Issue
Block a user