cpp programming exercise with solution
Write a program to check if a string (input by the user) is palindrome or not. A palindrome string is the one that reads the same if you read from ba…
Recent blog posts are the footsteps of progress, leading us towards new knowledge and insights.
Write a program to check if a string (input by the user) is palindrome or not. A palindrome string is the one that reads the same if you read from ba…
Create your own user-defined function my_upper( ) that takes one string parameter and returns a string. The function should convert all the character…
Create your own user-defined function my_lower( ) that takes one string parameter and returns a string. The function should convert all the character…
Write a C++ program where you should ask the user to input his/her first and last names and create/print an @iba-suk.edu.pk email address with the en…
Write a C++ program that should ask the user to input a phone number where the network and number are separated by a dash “-” like 0300-1234567. Then…
Create a user-defined function that should take one string parameter and it should return an integer value: the count or number of words in that stri…
Write a C++ program where you should ask the user to input a date in the format DD/MM/YYYY (like 26/01/2022) where day, month, and year are separated…
Write a c++ program that asks from user to input date without slashes and you are supposed to insert slashes into it Sample Input: 20 21 2022 Sample…
Write a c++ program that will count letters, words, vowels, consonants and semicolons. initialize a string with a paragraph and then count letters, w…
Copyright (c) 2021 ProWithTayyab All Right Reseved