Question: Assignment 1A: Build a Website (URL): Did you know that each part of a websites address has a specific name? For example, the
Assignment 1A: \ Build a Website (URL): Did you know that each part of a websites address has a specific \ name? For example, the website https://ccse.kennesaw.edu/first-year-experience is \ comprised of the following:\ Scheme Subdomain Second-level domain Top-level domain Subdirectory\ https ccse kennesaw edu first-year-experience\ For this first assignment, you will prompt the user to give you values for the five parts of a \ URL (Uniform Resource Locator) shown in the table. Then, you will combine them and print \ out the full URL to the user.\ Save your source code in a file called Assignment1A (with a file extension of .cpp, .cs, .java, \ or .py) \ Sample Output:\ Let's make a website (URL)!\ Scheme: gopher\ Subdomain: marietta\ Second-level domain: ksu\ Top-level domain: net\ Subdirectory: gopher-protocol\ Your URL is:\ gopher://marietta.ksu.net/gopher-protoco
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
