Computer Hope

Internet & Networking => Web design => Topic started by: marllboro06 on May 11, 2016, 01:46:12 PM

Title: ASp
Post by: marllboro06 on May 11, 2016, 01:46:12 PM
i=7
A(i)=100
response.write "A(i)=" & A(i)

answer:
a-A(7)=100
b-A(i)=100
c-A(7)=A(i)
Title: Re: ASp
Post by: Allan on May 11, 2016, 02:14:22 PM
Sorry, you'll have to do your own homework.