Thanks for offering help mate!
kindly answer the following answers,
Question 1
In the following situation, how many times the value of 'x' will display?
var x = 0;
while (x < 79) {
document.write (x);
x = x + 1;
}
► 78 times
► 79 times
► 100 times
► It will be an error
Quest 2
What is output of the following JavaScript code ?
Str="Virtual University of Pakistan
Thanks & Regards
Mateen
On 3/3/10, =>>aRsLaN<<= <arslan.anjum89@gmail.com> wrote:
If anyone need any kind of help regarding preparation of CS101 Paper then tell me.......--
Regards,
Arslan
--
"One word frees us of all the weight and pain of life: that word is love."
You received this message because you are subscribed to the Google Groups "VU Study Corner" group.
To post to this group, send email to VU-Study-Corner@googlegroups.com.
To unsubscribe from this group, send email to VU-Study-Corner+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/VU-Study-Corner?hl=en.
--
Abdul Mateen --
You received this message because you are subscribed to the Google Groups "VU Study Corner" group.
To post to this group, send email to VU-Study-Corner@googlegroups.com.
To unsubscribe from this group, send email to VU-Study-Corner+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/VU-Study-Corner?hl=en.
No comments:
Post a Comment