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 QUESTION 17 How do you create an object from a class in Java? manufacture the object justify the object instantiate the class extend the object