Question Info

This question is public and is used in 20 tests or worksheets.

Type: Multiple-Choice
Category: Programming
Level: Continuing Education
Author: art_1979
Last Modified: 10 years ago

View all questions by art_1979.

Programming Question

View this question.

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

Continuing Education Programming

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

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