List of Practical 11 Science
List of Practical 11 Science
*
**
***
****
*****
1
12
123
1234
12345
A
AB
ABC
ABCD
ABCDE
1 + 𝑥 + 𝑥2 + 𝑥3 + 𝑥4 + ⋯ 𝑥n
● Write a program to input the value of x and n and print the sum of the following series:
● Compute the greatest common divisor and least common multiple of two integers.
● Count and display the number of vowels, consonants, uppercase, lowercase characters in string.
● Input a string and determine whether it is a palindrome or not; convert the case of characters in a
string.
● Create a dictionary with the roll number, name and marks of n students in a class and display the
names of students who have marks above 75.