Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started