Guest User

Untitled

a guest
Jul 16th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. PASSED: testShipment("Mumbai", "New York", "18000", "10000", "20000")
  2. PASSED: testShipment("Mumbai", "Cochin", "2000", "30000", "5000")
  3. PASSED: testShipment("Cochin", "Farah", "16000", "18000", "19000")
  4. FAILED: testShipment(null, null, null, null, null)
Add Comment
Please, Sign In to add comment