,我們有4個區域:a
b
c
d
開關情況下(C)
我們要把這些數字在這些區域。
如何做到這一點只用switch語句:
the number divisible by 10 and divisible by 7 ın region a
the number divisible by 10 but not divisible by 7 ın region b
the number not divisible by 10 but divisible by 7 ın region c
the number not divisible by 10 and divisible by 7 ın region d
例如,如果:
input 770 out put is a
input 200 output b
input 154 output c
請停止寫'1'而不是'i'並更好地構建您的問題。請閱讀[FAQ](http://stackoverflow.com/faq)尋求幫助。 – chriz
@chriz OP可能是土耳其語(正如'ı'建議,無點我),並有問題打字'我'。 –
@chriz你爲什麼編輯這個問題,並在標題中加入'php' - 這似乎不是一個PHP問題。 – user93353