2 147
مشترکین
+324 ساعت
+87 روز
+1430 روز
آرشیو پست ها
2 147
Question
Write a program to input a number and check whether it is an Abundant Number or not.
2 147
Question
Write a program to input an integer and check whether it is AUTOMORPHIC Number or not.
2 147
Question :
Write a program to input a three digit integer and check whether it is ARMSTRONG number or not.
2 147
Question :
Write a program to input an integer and check whether it is a palindrome number or not.
2 147
Dear children,
From 19/12/2022 to 24/12/2022, we will be doing number programs. Try to understand the concepts rather than learning the programs.
I hope that the following link will help you for this
https://www.youtube.com/playlist?list=PL6RC2RXzp6ZcY7tbfyaApBpuudD7opa_h
Best wishes and Happy Learning
2 147
Question:
Write a program to initialize the seven Wonders of the World along with their locations in two different arrays. Search for a name of the country input by the user. If found, display the name of the country along with its Wonder, otherwise display “Sorry Not Found!”.
Seven wonders – CHICHEN ITZA, CHRIST THE REDEEMER, TAJMAHAL, GREAT WALL OF CHINA, MACHU PICCHU, PETRA, COLOSSEUM
Locations – MEXICO, BRAZIL, INDIA, CHINA, PERU, JORDAN, ITALY
Example – Country Name : INDIA Output : INDIA – TAJMAHAL Country Name : USA Output : Sorry Not Found!
2 147
Question:
Write a program to enter a sentence and convert first letter of each word in a sentence to Uppercase and rest to lowercase.
2 147
Question:
WAP to enter any sentence and calculate the following:
a) Total number of digits present in it.
b) Total number of small letters and capital letters present in it.
c) Total number of alphabets used in it.
d) Total number of special character used in it.
e) Total number of vowels presents in it.
f) Total Number words present in that sentence.
2 147
Question :
Write a program to input a sentence. Find and display the following:
(i) Number of words present in the sentence
(ii) Number of letters present in the sentence
Assume that the sentence has neither include any digit nor a special character.
2 147
Write a program to input a string in upper case and replace all the vowels with Asterisk(*) present in the string.
Sample i/p: TATA STEEL IS IN JAMSHEDPUR
Sample o/p: T*T* ST**L *S *N J*MSH*DP*R *
2 147
String Handling : ICSE: https://www.youtube.com/playlist?list=PL6RC2RXzp6ZfkrgnuuGzLqFJBsjGcsK8M
2 147
Coming week, I will give you the practice questions for String programming. Please note that manipulation of word extraction programs are not in the syllabus for this session.
