Skip to content

Instantly share code, notes, and snippets.

@karanahuja-android
Last active September 20, 2020 05:30
Show Gist options
  • Save karanahuja-android/03c4438c828456f64b32abb416f43c1d to your computer and use it in GitHub Desktop.
Save karanahuja-android/03c4438c828456f64b32abb416f43c1d to your computer and use it in GitHub Desktop.
main ()
{
int computer = 7;
String playerstring = stdin.readLineSync();
if (computer > player)
{
print ("my number is higher");
}
if (computer < player)
{
print ("my number is lower");
}
if (computer == player)
{
print ("you got it");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment