Please Please Please.. Can You Help Me Do Following Task Using JavaScript?
Write a JavaScript program that prompts the user for a number and prompt user to input that number of names. Those names should be collected into an array and after array is filled the sorted list should be printed on the page.
1 Answer - Sort by: Date | Rating
Try this: (pls remove the quote marks and the rectangular braces IN each line of the code.. This site does not seem to support 'code' as it is... (may be it gets executed!!)
============================
" [html]
" [body ]
" [script type="text/javascript" ]
"[ var a = array(10); ]
" [var i,n; ]
"[ for(i=0; i<10; i++) ]
"[ { ]
"[ n = PROMPT("Enter name ",""); ]
"[ a[i] = n; ]
"[ } ]
"[ document.write(a.sort()); ]
"[ </script> ]
"[ </body> ]
"[ </html> ]
===============================
Happy programming!!
============================
" [html]
" [body ]
" [script type="text/javascript" ]
"[ var a = array(10); ]
" [var i,n; ]
"[ for(i=0; i<10; i++) ]
"[ { ]
"[ n = PROMPT("Enter name ",""); ]
"[ a[i] = n; ]
"[ } ]
"[ document.write(a.sort()); ]
"[ </script> ]
"[ </body> ]
"[ </html> ]
===============================
Happy programming!!
2
0
- How Do I Download Java Script On My Samsung R430 Cell Phone?
- How Do I Enable Java On My I465?
- How Do You Enable Javascript On Your Samsung R560 Messager 2?
- How To Get Total And Average Of 3 Numbers In Java Script?
- How Do I Enable Javascript On My Cricket Cap Tr Cell Phone?
- Ow Can I Get And Download And Install A Java- Script. I HAVE A SAMSUNG SCHR420?
- How Do I Enable Java On My Boost Phone?
- How Do U Enable Cookies On A Cricket Samsung Messenger?
- How Do You Make A Java Script Widget And A Voting Poll I Cant I Keep Messing Up?
- How Do I Take Off Enable?
- What Is Construct In Javascript?
- How Do I Enable Java Script On My Clutch I 464 On Boost Mobile?
- How To Enable LAN When Not Active Or Functioning?
- How To Enable Java Script On Windows Vista?
- How To Enable Javascript On A Cricket Captr A200 Cell Phone With A 6.3.0.7."Openwave" Browser That I Cant Change Either,or Can I?
- How To Enable Javascript On A Cricket A200?
- How Do I Enable Javascript On My Phone-txtm8t?
- I'm On A BBC Website And Am Trying To Watch One Of Their Videos And I Get A Message Saying ' For The Best Possible Listening Experience, Please Enable JavaScript? I've Enable Active Scripting In I Nt Opt/Sec/Cus/Scripting But Still No Joy. Any Ideas?
- I'm On The BBC Sport Website And Am Trying To Watch One Of Their Videos And I Get A Message Saying ' For The Best Possible Listening Experience, Please Enable JavaScript?
- I'm On The BBC Sport Website And Am Trying To Watch One Of Their Videos And I Get A Message Saying 'For The Best Possible Listening Experience, Please Enable JavaScript?
- How To Turn On My Java Script On My Playstation 3 I Have The Internet On My Playstation 3?
- M.facebook Using My Sgh-j700i Mobile Enable Javascript And Cookies On My O2 Active Browser?
- How To Enable My Phone?
- I Have A Kyocera Cell And I Dont Know How To Enable Cookies Or Javascript. What Can I Do?
- How Do I Enable Javascript On My Motorola Cell Phone?
- What Is Javascript?
- What Are Codes In JavaScript For?
- How Do I Enable Javascript?
- How Do You Learn Javascript?
- How Do I Install Javascript?
- How Do I Know I Have JavaScript Or Even Java?
- How Can I Use Javascript In Asp.net?
- What Is The Difference Between JavaScript And PHP?
- What Is History Object In JavaScript?
- How Do You Enable Javascript On IE 8 Beta?
- How Do I Get Javascript To Work With Craigslist?

New Comment - Comments are editable for 5 min.