Operators and Expressions Challenge

image

void OnUserInput(string input)
{
print("The user typed: " + input);
print("Saying the User typed 1 would be: " + (input == “1”));
}

Privacy & Terms