Advertisement
galinyotsev123

ProgBasicsJavaBook1.0FirstSteps02Expression

Jan 25th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class Main {
  4.  
  5. public static void main(String[] args) {
  6.  
  7. System.out.println((3522 + 52353) * 23 - (2336 * 501 + 23432 - 6743) * 3);
  8.  
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement