How many times the below loop will get executed (assume there are no syntax and compile errors)? for (int i=10;i>=0;i− )
Posted: Thu Jul 14, 2022 2:28 pm
How many times the below loop will get executed (assume there are no syntax and compile errors)? for (int i=10;i>=0;i− ) \{\} Never 11 times 10 times 9 times