CX 103 : Introduction to Computers

Assignment 21
 
 

Due: Wednesday, April 11

Reading




Finish reading Chapter 12: "JavaScript/JScript: Arrays" in Deitel, Deitel & Nieto, Internet & World Wide Web: How to Program.
 
 

Programming Exercises

Hand in  on Friday

1) Rewrite a JavaScript program you have done previously to change input and output which were handled by alert and window.prompt so that the interaction is now accomplished with forms.
 

2) Write a JavaScript program which will create an array with 100 integers randomly chosen from 1 to 1000, then display the integers, and finally tell us which is the largest one.
 

3)  Complete Exercises 11.30 and 11.31 on Page 383 of Deitel, Deitel and Nieto.