Question Info

This question is public and is used in 11 tests.

Type: Multiple-Choice
Category: Programming
Grade: Continuing Education
Score: 0
Author: art_1979
Last Modified: 2 weeks ago

View all questions by art_1979.

View Question

View this question.

Add this question to a group or test by clicking the appropriate button below.

add this question to a test add this question to a group

  • What value will be assigned to variable A in C++?

    double A = 1/2+1/2;
    1. 1
    2. 0
    3. 0.5