what is the value of $$b?

If the variable $a is equal to 5 and variable $b is equal to character a, what?s the value of $$b?

View Answers

November 15, 2010 at 12:34 PM

Hi all,

Given $a = 5;
      $b = 'a';

So,   $$b = $($b) = $a = 5

Thanks









Related Tutorials/Questions & Answers:
Advertisements