cpp vectors competitive programming exercise
You have been given an array of all zeros Size of the array will be N then you will get Q queries In each query you will get two numbers L and R and …
Recent blog posts are the footsteps of progress, leading us towards new knowledge and insights.
You have been given an array of all zeros Size of the array will be N then you will get Q queries In each query you will get two numbers L and R and …
Create a file named “dummy.txt” manually and store any text of 500 words and perform the following operations: • Read the contents of that file and …
Write a C++ program for billing system of a restaurant. The program should perform the following tasks: Show menu of items/dishes to customers I…
Write a C++ program that asks the user to input the following details of a student student_ID, name, email_address, department, phone_number Then, sa…
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…
Structure & Filing Description: In this project you will be utilizing all your concepts that you have learned in this semester related to progra…
Copyright (c) 2021 ProWithTayyab All Right Reseved