Preparing for switch to C.

This commit is contained in:
Nicolás A. Ortega
2016-07-04 12:16:35 +02:00
parent eebc90e392
commit 19f9c3c333
4 changed files with 7 additions and 31 deletions

View File

@ -94,7 +94,7 @@ public class MMMCalc {
calcStdDev();
calcVariance();
}
} else {
} else {
System.out.println("You did not mention any variables. Use the -h argument for help.");
}
}
@ -271,7 +271,7 @@ public class MMMCalc {
}
System.out.print("\n\n");
}*/
System.out.println("Q3 is not currently functional.");
System.out.println("Q3 is not currently functional.\n");
}
private static void calcMode() {