starsstayforforever starsstayforforever 09-03-2022 Computers and Technology contestada Determine the value of a and b at the end of the following code segment: int a = 5; int b = 10; a++; b*=a; a = b + b; The value stored for a is _____ and the value stored for b is _____