Question: Define a function printCollegeCity ( ) that accepts two string parameters ( collegeCity and collegeName ) and outputs the following output. collegeCity is the location

Define a function printCollegeCity() that accepts two string parameters(collegeCity and collegeName) and outputs the following output. collegeCity is the location of collegeName. Replace the collegeCity and collegeName with the city and name of the college respectively. printCollegeCity() should not return any value.
Parameters: collegeCity (string) and collegeName (string)
Output: None
Example
Input: Williamstown Williams
Output: Williamstown is the location of Williams College.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!