Question: In Java Assignment 1A: Build a Website (URL): Did you know that each part of a website's address has a specific name? For example, the

In Java

Assignment 1A: Build a Website (URL): Did you know that each part

Assignment 1A: Build a Website (URL): Did you know that each part of a website's 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-protocol

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 Algorithms Questions!