Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Due: Jan. 28 end of day COP 2220 - Spring 2020 Assignment 0 Project objective: To compile, build, execute and correctly submit a program written

image text in transcribed
Due: Jan. 28 end of day COP 2220 - Spring 2020 Assignment 0 Project objective: To compile, build, execute and correctly submit a program written in the C. To apply preprocessor directives, and to correctly declare variables. 1. Start your program with the correct comments indicating your authorship, the assignment number and assignment date. 10 points 2. Write the #define preprocessor directive for the program that has a constant macro for PI (3.14159). 10 points 3. Write a program that first declares variables radius , area , and circumf declared as type double, variable num_circ as an int , and variable circ_name as a char. 25 points 4. Then use printf to display the message "COP2220 is fun!" onto the screen, 10 points 5. In a next line of code, use printf to display your first and last name. 10 points 6. In the last line of code, use printf to display your FAU username. 10 points NOTES: One source code file (.c file) must be submitted to Canvas. 15 points

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

Recommended Textbook for

Professional SQL Server 2012 Internals And Troubleshooting

Authors: Christian Bolton, Justin Langford

1st Edition

1118177657, 9781118177655

More Books

Students also viewed these Databases questions

Question

8. Managers are not trained to be innovation leaders.

Answered: 1 week ago