Search
Joseph would like to go on a trip within his budget. Use inline if/else statement to check if his budget is greater than 600. Return Paris if it is else return Goa.
Store the return value in destination variable and print it.
destination