To assign a value 1 to variable x, you write

a. 1 = x;
b. x = 1;
c. x := 1;
d. 1 := x;
e. x == 1;

b

Computer Science & Information Technology

You might also like to view...

What port is utilized for an inbound SSTP tunnel?

A. UDP 1723 B. UDP 4500 C. TCP 500 D. TCP 443

Computer Science & Information Technology

The Department of Defense developed the Ada language with a capability called ,____________ which allows programmers to specify activities that can proceed in parallel.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology