Matt Bowring
The University of New Hampshire
Followers: 0 Following: 0
Feeds
답변 있음
how to validate the built in input function
You could add something like this: if choice ~= 1 || choice ~= 0: error('Please enter either a 1 or 0.') end If you don'...
how to validate the built in input function
You could add something like this: if choice ~= 1 || choice ~= 0: error('Please enter either a 1 or 0.') end If you don'...
6년 초과 전 | 0




