Skip to content

Instantly share code, notes, and snippets.

@jskeet
Created October 25, 2022 08:35
Show Gist options
  • Save jskeet/65a9b61df3a3f3ceafd47ab30a7f3c89 to your computer and use it in GitHub Desktop.
Save jskeet/65a9b61df3a3f3ceafd47ab30a7f3c89 to your computer and use it in GitHub Desktop.
String res =
stuff.equals("TV") ? "Walter"
: stuff.equals("Movie") ? "White"
: "No result";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment