Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: ASp  (Read 4138 times)

0 Members and 1 Guest are viewing this topic.

marllboro06

    Topic Starter


    Newbie

    • Experience: Beginner
    • OS: Windows 8
    ASp
    « 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)

    Allan

    • Moderator

    • Mastermind
    • Thanked: 1260
    • Experience: Guru
    • OS: Windows 10
    Re: ASp
    « Reply #1 on: May 11, 2016, 02:14:22 PM »
    Sorry, you'll have to do your own homework.