I am reading MCTS Self Paced Training Kit (70-536) Edition 2 and in the 1st chapter we have the following.
How to Declare a Value Type Variable To
You need to assign a value to b
b
bool b = false;
Until you assign it a value it is "unassigned"