dim zodiac() as string = {"Aries","Taurus","Gemini","Cancer","Leo","Virgo"}
dim zodiac2() as string = {"Libra","Scorpius","Sagittarius","Capricorn","Aquarius","Pisces"}
Console.WriteLine("Enter day:")
Console.WriteLine("Enter month:")
If (day>=21 ) or ( day<=21 ) then
Console.WriteLine(month & day & zodiac("Aries"))
If (day>=20) or (day<=20) then
Console.WriteLine(month & day & zodiac("Taurus"))
if (day>=21) or (day<=21) then
Console.WriteLine(month & day & zodiac("Gemini"))
if (day>=22) or (day<=22) then
Console.WriteLine(month & day & zodiac("Cancer"))
if (month = "August") then
if (day>=23) or (day<=22) then
Console.WriteLine(month & day & zodiac("Leo"))
if (month = "September") then
if (day>=23) or (day<=22) then
Console.WriteLine(month & day & zodiac2("Virgo"))
if (month = "Ocotober") then
if (day>=23) or (day<=23) then
Console.WriteLine(month & day & zodiac2("Libra"))
if (month = "November") then
if (day>=24) or (day<=21) then
Console.WriteLine(month & day & zodiac2("Scorpius"))
if (month = "December") then
if (day>=22) or (day<=21) then
Console.WriteLine(month & day & zodiac2("Sagittarius"))
if (month = "January") then
if (day>=22) or (day<=19) then
Console.WriteLine(month & day & zodiac2("Capricorn"))
if (month = "February") then
if (day>=20) or (day<=18) then
Console.WriteLine(month & day & zodiac2("Aquarius"))
if (month = "March") then
if (day>=19) or (day<=20) then
Console.WriteLine(month & day & zodiac2("Pisces"))