+ 2
Popsicles help
Help, I don't know what to do here. It keeps giving me errors. var popsicles = Int(readLine()!) var siblings = Int(readLine()!) if popsicles % siblings == 0 { print("give away") } else { print("eat them yourself") } How do I make an int user input?
3 Respuestas