Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. if(x <= y) {
  2.  
  3. if(x <= z) {
  4.  
  5. if(x == y) {
  6.  
  7. if(x <= z) {
  8.  
  9. if(y <= z) {
  10. //random zw X und Y
  11. //return;
  12.  
  13. } else {
  14. //random zw X Y Z
  15. }
  16.  
  17. }
  18.  
  19. } else if(x <= z) {
  20. //Server X
  21.  
  22.  
  23. } else {
  24. //Server Z
  25. }
  26. } else
  27. if(y <= z) {
  28.  
  29. }
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement