I teach an iOS app development class at a community college. i am switching to Swift this year from Objectiv-C. The students have taken at least one programming course before, usually C++ but possibly Java or VIsual Basic. To start them off with a problem they can understand how to solve in C++, I give them an assignment which requires console input.
This turns out to be not so simple. Is there an easy, or recommended way to do this in Swift? I am starting them off with a MacOS console project. Not using Swift playgrounds.
If there is no simple way to obtain this service...how does one go about submitting a request to have it added to the language?
Best regards, and thank you all in advance for your replies.