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 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?
- What I S Java Script?
- 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?
- How Do I Enable Javascript In Sagem V55?
- How Does One Enable Javascript On The Motorola I465?
- How To Install Java Script On LG?
- How To Enable Java Script On Samsungs Phones?
- How Do I Enable Javascript On My Boost I290?
- How To Get Percentage In Flash Action Script?
- How Do I Enable Java Script On My Samsung Cellphone?
- I Tried One Of The Suggestion To Enable Javascript And I Went To Advanced But Did Not See Any Coffee Up Or Sun For Java. I Have A New Laptop Is Javascript Automatically On It And How To I Enable It?
- I Have New Laptop. Went To Utube And Was Told Javascript Or Flash Player 10 Not Enabled. How Do I Enable?
- What The Superscript And Sub Script For Chromium-51?
- When I Try To Download Java Script It Wont Work, Why?
- How Do I Enable Javascript On Lg Kebo?
- 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 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.