Join The Discussion

Comments ( 2 )

  1. ASHISH Kumar
    ASHISH Kumar :
    4 years ago

    Which of the following is(are) numerical variable(s)?

    Height(cm)
    Day of the week
    Jersey number of sports player
    Mobile number
    Email address
    Age in years

  2. ASHISH Kumar
    ASHISH Kumar :
    4 years ago

    Which of the following is(are) numerical variable(s)?

    Height(cm)
    Day of the week
    Jersey number of sports player
    Mobile number
    Email address
    Age in years

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block