k3nnt0ter0
Programmer
I am creating a Zodiac Sign and Chinese Zodiac Sign. I am done with the Chinese Zodiac Sign and the only thing left is the Zodiac Sign. How do I test two variables?
Like for example,
M=Month, D=Day.
If M=1, D<=19, write("Capricorn").
Something like that.
My Original code was something like this,
write("Month: "), readint(M), write("Day: "), readint(D), try(M), try(D).
M=1,D<=19,write("Capricorn"); and so on...
My code isn't working yet. That was just to explain what I want.
Hope you help me
Like for example,
M=Month, D=Day.
If M=1, D<=19, write("Capricorn").
Something like that.
My Original code was something like this,
write("Month: "), readint(M), write("Day: "), readint(D), try(M), try(D).
M=1,D<=19,write("Capricorn"); and so on...
My code isn't working yet. That was just to explain what I want.
Hope you help me