Ask Experts Questions for FREE Help !
Ask
    pumpkinslion's Avatar
    pumpkinslion Posts: 14, Reputation: 1
    New Member
     
    #1

    Jan 21, 2010, 03:08 PM
    dim statements 2 dimensional integer
    which one of following Dim statements declare a two-dimensional Integer variable array named Price that consists of 2 rows and 5 columns?
    Dim Price {1 to 2, 1 to 5} as Integer or Dim as Integer Price {1 to 2, 1 to 5} or
    Dim Integer as Price {1 to 2, 1 to 5} or Dim Price as Integer {1 to 5, 1 to 2}
    Clough's Avatar
    Clough Posts: 26,677, Reputation: 1649
    Uber Member
     
    #2

    Jan 21, 2010, 03:39 PM
    Hi, pumpkinslion!

    Are you looking for someone to directly answer your question, or for someone to help you to know how to solve it yourself, please?

    If the former is true, then please click on the following link.

    https://www.askmehelpdesk.com/math-s...-b-u-font.html

    Thanks!

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Time to integer [ 1 Answers ]

what is the formula for calculating integer value of a 24 hr time format. i.e to return 2.75 for the time value of 2:45. I am using this to create a simple time sheet. time out-time in = time on job Then to multiply that by a rate to return wage Thanks

Dimensional analysis [ 4 Answers ]

Convert 4km into centimetere

Integer [ 3 Answers ]

why is this happening? including all necessary header files ,math.h and stdio.h , int main() { int I=2; int y=pow(10,I); printf("%d",y); return 0; }


View more questions Search