PROGRAMMING FUNDAMENTAL
PROGRAMMING FUNDAMENTAL
NAME:Ayesha Nasir
PROGRAM:BSIET (A)
Lab Task
1. An isogram is a word or phrase without a repeating letter; however, spaces and hyphens
are allowed to appear multiple times. Write a C++ program to get input string from the
2. A pangram is a sentence using every letter of the alphabet at least once. Write a C++
program to get input string from the user and check whether the entered string is a
Pangram?
3. A string is a palindrome when it reads the same backward as forward. Write a C++
program to take input string from the user and check whether the entered string is a
Palindrome?
entered series. For example, user enter 222 so your code returns 2x2x2 = 8.
6. Take an integer from the user and perform the following tasks on it.