Flow of Control in Python Class 11 Solutions of NCERT book for CBSE Board. These questions are of NCERT Computer Science book of chapter flow of control which has been solved by us. This are solved programs that provide in- depth Knowledge. CBSE computer science syllabus is same as presented in NCERT book for class XI(11th).
Write a program that takes the name and age of the user as input and displays a message whether the user is eligible to apply for a driving license or not.(the eligible age is 18 years).
Write a function to print the table of a given number.The number has to be entered by the user.
Write a program that prints minimum and maximum of five numbers entered by the user.
Write a program to check if the year entered by the user is a leap year or not.
Write a program to generate the sequence: –5, 10,–15, 20, –25….. upto n, where n is an integer input by the user.
Write a program to find the sum of 1+ 1/8 +1/27……1/n3, where n is the number input by the user.
Write a program to find the sum of digits of an integer number, input by the user.
Write a function that checks whether an input number is a palindrome or not.
Write a program to print the following patterns:

Write a program to find the grade of a student when grades are allocated as given in the table below.
Percentage of Marks Grade
Above 90% A
80% to 90% B
70% to 80% C
60% to 70% D
Below 60% E
Percentage of the marks obtained by the student is input to the program.
Thanks for attempt the program on Flow of Control in Python Class 11 Solutions, for CBSE Computer Science students. Please submit your comment in below box for any doubt.