Class 11 Ch 4 NCERT Problem Solving Questions
Class 11 Ch 4 NCERT Problem Solving Questions Class 11 Ch 4 NCERT Problem Solving Questions Q1. Write pseudocode that reads two numbers and divide one by another and display the quotient. [showhide type=”links1″ more_text=”Show Answer” less_text=”Hide Answer”] Ans. Input number_1Input number_2IF number_2 == 0 Then Print “Division by ZERO is not allowed”ELSE quotient = … Read more