Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Speci cations . / / Speci cation C 1 - const Conversions Use consts when converting your units of measurement. Make sure you use the
Specications
Specication C const Conversions
Use consts when converting your units of measurement. Make sure you use the appropriate ALLCAPS naming convention too. Its OK to make these global variables.
Specication C year ocean rise
Compute how much the oceans will rise each year over the next years. Display each years results.
Specication C year temp
Compute how much the mean July temperatures will increase over the next years each year. Display your results.
Specication B Mixed length output
Display your output in both inches and mm mm cm inches. Note: This conicts with the output in the picture, follow this. Store your conversion factor in a constant variable MMIN Use the appropriate style for constants.
Specication B Mixed temperature output
Display your temperatures in both C as well as F Store the conversion factor in the constant variable FC and make sure the style is appropriate.
Specication B Auto Heading Function
Create a function called autoHeader. This void function takes a string and displays it in all caps as a title. It then, emits a newline and displays underlining each letter in the title. Do not send an all caps string, nd the library function which will convert to uppercase for you. You may be wondering how to automatically underline the title.
Specification A Ocean Rise Table
Create a table, similar to the one in homework which holds the year ocean rise, in both mm and inches. Display this table wouldnt it be great if you could create a couple of functions to do this and then copy them from homework to homework?
Specification A July Temp Table
Construct a table similar to the one in specification A include column for both celsus and fahrenheit.
Specification A One Function
Include at least one function in your program. Put this specification comment above your function prototypes
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