Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. public class Ocenki {
  2. public static void main(String[] args) {
  3. String a = "ivancho";
  4. String b = "Mariika";
  5. String c = "Pencho";
  6. String d = "Golyam Petko";
  7.  
  8. int a1 = 2;
  9. int a2 = 6;
  10. int a3 = 4;
  11. int a4 = 5;
  12.  
  13. System.out.printf("Ivancho- 2%nMAriika- 6%nPencho- 4%nGolyamPetko- 5%n");
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement