Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A coc.instructure.com CBS Broadcasting - Summer Production Assistant Intern -B. A Spare Key Copy - Law & Order-YouTube This project assumes you can create and

image text in transcribed
image text in transcribed
A coc.instructure.com CBS Broadcasting - Summer Production Assistant Intern -B. A Spare Key Copy - Law & Order-YouTube This project assumes you can create and run a simple C program. COC Create a C program named 'COC.cpp. In the main method insert print statements which display the following pattern: C'C 00 CC It may take four(4) print line statements to complete the exercise. Mylnitials Create another C program named 'Mylnitials.cpp. In the main method insert print statements to display your initials (2-3 letters) using an 8 X 8 pattern. For example, here is an 8 X8 pattern of the letter 'J: It may take eight (8) print line statements to complete the exercise. ConvertTemp Create another C program named 'Convert Temp.cpp. In the main method create code which converts Celsius to Fahrenheit using the formula: fahrenheit - (0.0/5.0) celstus 32.0; You need to create two variables (inside main), and print the result of the calculation. If you want the value of a variable to print, DO NOT place the variable name in "quotes". At first, just assign simple values to the variable celsius like O or 100. If you can get that to work, try to input the value of celsius from the keyboard. CalculateCylinder Create another C program named 'CalculateCylinder.cpp. In the main method create code which calculates and prints the volume of a cylinder using the formulas: area- radius radius 3.14159; // that is pi volume- area length; A coc.instructure.com CBS Broadcasting - Summer Production Assistant Intern - B. LA Spare Key Copy Law & Order - YouTube ConvertTemp Create another C program named 'ConvertTemp.cpp. In the main method create code which converts Celsius to Fahrenheit using the formula: celsius + 32.0; fahrenheit - (9.0/5.0) You need to create two variables (inside main), and print the result of the calculation. If you want the value of a variable to print, DO NOT place the variable name in "quotes". At first, just assign simple values to the variable celsius like O or 100. If you can get that to work, try to input the value of celsius from the keyboard. CalculateCylinder Create another C program named 'CalculateCylinder.cpp. In the main method create code which calculates and prints the volume of a cylinder using the formulas: area - radius radius 3.14159; // that is pi volume - area length; You need to create four variables(inside main) and print the result of the calculations. If you want the value of a variable to print, DO NOT place the variable name in "quotes". At first, just assign simple values to the variables radius and length. If you can get that to work, try to input the values of radius and length from the keyboard. FeetMeters Create another C program named 'FeetMeters.cpp: In the main method create code which converts feet to meters, using the formula: 1 foot 305 meters // this is NOT C code, you create the C code You need to create two variables (inside main) and print the result of the calculation. At first, just assign a simple value to the variable feet. If you can get that to work, try to input the value of feet from the keyboard. CalculateTip Create another C program named 'CalculateTip.cpp. In the main method create code which calculates and prints a tip amount and a total using the formulas: tip - subtotal tiprate; total - subtotal + tip; You need to create four variables (inside main) and print the results of the calculations (tip and total). At first, just assign a simple value to the variables. If you can get that to work, try to input the values from the keyboard. * Previous Next

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Compose the six common types of social business messages.

Answered: 1 week ago

Question

Describe positive and neutral messages.

Answered: 1 week ago