Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function arrr(){
- var x = [];
- for(i=0;i<9;i++)
- {
- x.push(prompt("enter the name")) ;
- }
- for(m=0;m<3;m++)
- {
- document.write(x[m]);
- for(k=0;k<2;k++)
- {
- document.write(x[k]);
- }
- document.write("<br>");
- }
- }
Add Comment
Please, Sign In to add comment