mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-12-19 07:00:35 +08:00
Moditied Others folder .java file name and class name
This commit is contained in:
@@ -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 +"
|
||||
|
||||
Reference in New Issue
Block a user