mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-07 15:26:45 +02:00
Changed more indentation to 4 spaces
This commit is contained in:
@@ -75,8 +75,8 @@ public class LearnJava {
|
||||
System.out.printf("pi = %.5f", Math.PI); // => pi = 3.14159
|
||||
|
||||
/*
|
||||
* Input
|
||||
*/
|
||||
* Input
|
||||
*/
|
||||
|
||||
// use Scanner to read input
|
||||
// must import java.util.Scanner;
|
||||
|
Reference in New Issue
Block a user