blob: 4756ee779daab6d9eeb4b0686e56dd30d5fa14cd [file] [log] [blame]
package test0109;
import java.util.*;
public class Test {
public static void main(String[] args) {
System.out.println("4" - 5 + 6 + 4);
}
}