0
Reply

Array in Javascript ?

SUNIL GUTTA

SUNIL GUTTA

Nov 8 2013 3:41 AM
983
Hi

Write a program that will create an array and use a loop to prompts the user to enter


5 last names of presidents of the UnitedStates.


Use another loop to display the 5 names




write the code to alphabetize the 5 names, re-arrange them in the array in alphabetical order


and display the states in alphabetical order


Cheers Ty