If the variable $a is equal to 5 and variable $b is equal to character a, what?s the value of $$b?
Hi all,
Given $a = 5; $b = 'a'; So, $$b = $($b) = $a = 5
Thanks
Post Answer
Preview:
Ads