Advertisement
JanZagorski

Untitled

Mar 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.35 KB | None | 0 0
  1. public class Main {
  2.  
  3.     public static void main(String[] args) {
  4.  
  5.         int a, b, c ;
  6.         a = 38422346 ;
  7.         b = 67201000 ;
  8.         c = 10379573 ;
  9.  
  10.         System.out.println("Population of Poland: " + a) ;
  11.         System.out.println("Population of France: " + b) ;
  12.         System.out.println("Population of Portugal: " + c) ;
  13.  
  14.     }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement