What is the value of a after execution the following code segment:int a=2;int b=0;while(b<5){a=a*2; b=b+1; }a=a+1;67656466 Google Ads