Moditied Others folder .java file name and class name

This commit is contained in:
unknown
2017-12-14 11:57:43 +09:00
parent 6498d4a937
commit 9d183e6255
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import java.util.*;
public class Postfix {
public class StackPostfixNotation {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
String post = scanner.nextLine(); // Takes input with spaces in between eg. "1 21 +"