andrewschmitz9475 andrewschmitz9475 02-12-2022 Computers and Technology contestada What is the value returned by the following function? int function( ) { int value = 35; return value + 5; value += 10; }