Class 12 CS Chapter 1 Back Exercise Part B Solutions Sumita Arora New Syllabus / listing12CSSA, Uncategorized / By Neha 1. Fill in the missing lines of code in the following code. The code reads in a limit amount and a list of prices and prints the largest price that is less than the limit. You can assume that all prices and the limit are positive numbers. When a price 0 is entered the program terminates and prints the largest price that is less than the limit. # Solution ...click here for answer 2. Predict the outputs of the following programs : ...click here for answer 3. Find and write the output of the following python code : ...click here for answer 4. How many times will the following for loop execute and what’s the output ? ...click here for answer 5. Is the loop in the code below infinite ? How do you know (for sure) before you run it ? ...click here for answer