Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script type="text/javascript">
- var n=prompt("Gimimo diena:");
- var na=prompt("Gimimo metai:");
- var naa=prompt("Menuo:");
- switch (naa)
- {
- case (naa="1"): {
- if(n < 20)
- document.write("Oziaragis");
- else
- document.write("Vandenis");
- }break;
- case (naa="2"): {
- if(n < 19)
- document.write("Vandenis");
- else
- document.write("Zuvys");
- }break;
- case (naa="3"): {
- if(n < 21)
- document.write("Zuvys");
- else
- document.write("Avinas");
- }break;
- case (naa="4"): {
- if(n < 20)
- document.write("Avinas");
- else
- document.write("Jautis");
- }break;
- case (naa="5"): {
- if(n < 21)
- document.write("Jautis");
- else
- document.write("Dvyniai");
- }break;
- case (naa="6"): {
- if(n < 21)
- document.write("Dvyniai");
- else
- document.write("Vezys");
- }break;
- case (naa="7"): {
- if(n < 23)
- document.write("Vezys");
- else
- document.write("Liutas");
- }break;
- case (naa="8"): {
- if(n < 23)
- document.write("Liutas");
- else
- document.write("Mergele");
- }break;
- case (naa="9"): {
- if(n < 23)
- document.write("Mergele");
- else
- document.write("Svarstykles");
- }break;
- case (naa="10"): {
- if(n < 23)
- document.write("Svarstykles");
- else
- document.write("Skorpionas");
- }break;
- case (naa="11"): {
- if(n < 22)
- document.write("Skorpionas");
- else
- document.write("Saulys");
- }break;
- case (naa="12"): {
- if(n < 22)
- document.write("Saulys");
- else
- document.write("Oziaragis");
- }break;
- default:
- document.write("klaida");
- break
- }
- </script>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement