cmpt135 Assignment 1 Echo
Assignment 1: Echo For this assignment, please download the file myecho.cpp and put all your code into that file. Question 1 Write a function called quote(s) that returns a copy of the string s surrounded by double quotes. If s already starts and ends with double quotes, then return an unchanged copy. For example, this: […]
cmpt135 Assignment 1 Echo Read More »