Should be easy to write this program. You need to define function that takes number as input and use if else condition to decide what to print.
For example in Python:
def checkCarMileage(mileage):
if mileage > 100000:
print("clunker!")
else:
print("buy it!")
Answer:
1) Construction
2) Purpose
3) Purpose
4) Support
5) Support
Explanation:
Will the website be built by a programmer at a company?<u> construction</u>
What type of content will be on the website? <u>purpose</u>
Will the website be used to share family pictures or as a professional site for posting news? <u>purpose</u>
Will customers be making secure transactions on the website? <u>support</u>
How extensive of a control panel, or location of login and website control, will be needed? <u>support</u>
<u>OAmalOHopeO</u>
Coaxial cable<span>, or </span>coax<span> (pronounced </span><span>/<span>ˈkoʊ.æks</span>/</span><span>), is a type of </span>cable<span> that has an inner conductor surrounded by a tubular insulating layer, surrounded by a tubular conducting shield. Many coaxial cables also have an insulating outer sheath or jacket. The term </span>coaxial<span> comes from the inner conductor and the outer shield sharing a geometric axis. Coaxial cable was invented by English engineer and mathematician </span>Oliver Heaviside, who patented the design in 1880.[1]<span> Coaxial cable differs from other </span>shielded cable<span> used for carrying lower-frequency signals, in that the dimensions of the cable are controlled to give a precise, constant conductor spacing, which is needed for it to function efficiently as a </span>transmission line<span>.</span>
Answer:
Hello attached is the Java program written to solve the problem
The Pet.java and Dog.java files are unaltered
Explanation:
The input and output codes are attached as well i.e the second image is the input while the third image is the output code