Homework #3 |
Last Updated: 01/04/2010 |
A lab consultant who can help with C251 questions is in LF105 or LF111.
See: www.ius.edu/rwisman/lab for current schedule.
Contact me by email with any questions. I can also usually arrange to meet on campus.
Options:
- Bring a handwritten homework to class on due date.
- Email Word document HW3.doc to instructor by 13:00 on due date.
The special symbols can be copied from the notes and pasted into Word. Here are some:
$"¬®³¹«£ºÆÏÎÈÍÇ ë û é ù
76 points total
<script language=javascript>
sum=0;
for( i=0;i<=3;i++)
for(j=0;j<=2; j++)
sum=sum+(3*i+2*j);
document.write(sum);
</script>