Find Jobs
Hire Freelancers

PROJECT C 1

$20-25 USD

Completed
Posted about 20 years ago

$20-25 USD

Paid on delivery
**The Objective** The objective of this assignment is to get you started writing programs in C in the UNIX environment. Its main emphasis is design, so we will be designing the project together in class. This project will also give you practice writing functions, loops, switch statements and using separate compilation. **The Background** A **REGULAR POLYGON** is defined as a **convex polygon with all sides congruent and all angles congruent.** The labeled drawings below show what is meant by the terms: **exterior angle**, **interior** or **vertex angle**, **central angle**, and **diagonal**. Realize that any regular polygon, not just the regular hexagon shown, can be divided into the same number of triangles as it has sides, with the base of each triangle being a side of the polygon and that the "tips" of the triangles join in the center of the polygon. All formulae shown in the drawings and also those for perimeter and area shown later are courtesy of [login to view URL] <[login to view URL]>_ For all formulae shown: n - number of sides s - length of a side A - area of the polygon P - perimeter of the polygon P = n s A = 1/4 n s2 cot(180° / n) **Names of Regular Polygons** **Number of Sides Name** 3 Equilateral Triangle4 Square5 Regular Pentagon6 Regular Hexagon7 Regular Heptagon8 Regular Octagon9 Regular Nonagon10 Regular Decagon ## Deliverables **The Task** Design (to be done in class) and code a project that after printing a greeting to the user which contains information about regular polygons, presents the user with a table that shows : the name, number of sides, exterior angles, sum of interior angles, interior angles, and number of diagonals for all n-gons from 3 to 10, inclusive. All values in the table are to be calculated by modular functions. After presenting the table, direct the user to input the number of sides of a polygon and the length of the sides. Use this information to calculate the perimeter and area of that polygon. Restrict the user to regular polygons with n of 3 - 10, inclusive. The user should be allowed to continue to enter polygons as long as s/he wants and should signal the end by entering the sentinel 0 for n. Since you are distributing this software to others, you must use separate compilation and provide the interface for the user. This is in the form of a well commented header (.h) file. You must have 3 files. The file that contains main() **MUST** be called proj1.c; the file containing the function definitions **MUST** be called polygons.c and the header file **MUST** be called polygons.h You are required to use a **switch** statement to handle the printing of the polygon's names. You must also check user input for validity and reprompt for a new value when the user is in error. You must adhere to the design given in class. **The function prototypes given below must be used and may NOT be altered in anyway**. void PrintGreeting (void); void GenerateTable (int min, int max); void PrintInstructions (void); int GetValidNumSides (int sentinel, int min, int max); double GetPositiveValue (void); void PrintName (int numSides); double FindExteriorAngles (int numSides); int FindAngleSum (int numSides); double FindInteriorAngles (double angleSum, int numSides); int FindNumDiagonals(int numSides); double FindPerimeter (int numSides, double side); double FindArea (int numSides, double side); double ConvertDegreesToRadians (double degrees); The following symbolic constants should be used and they should be placed in your proj1.c file above main(): #define SENTINEL 0 #define MIN 3 #define MAX 10 The following symbolic constants should be used and they should be placed at the top of your polygons.c file. NOTE: These symbolic constants would only be placed in the polygons.h file if they were being used by both the proj1.c and polygons.c files. These are not used in proj1.c. It is okay to use them within modular functions' code since they are contained within the same file AND their values will never change. #define HALF_ROTATION 180 #define FULL_ROTATION 360 #define PI 3.14159 #define TRIANGLE 3 #define SQUARE 4 #define PENTAGON 5 #define HEXAGON 6 #define HEPTAGON 7 #define OCTAGON 8 #define NONAGON 9 #define DECAGON 10 **Details about the math library** You must #include <math.h> You must link using the -lm option The math library does not have a cotangent function, but it does have a tangent function called **tan()**, which takes a double and returns a double. You should remember and use the trig identity: **cot(theta) = 1/tan(theta)** All of the math library trig functions take the angle measurements in radians, not degrees, so you'll have to write the function called ConvertDegreesToRadians(), which is a good module to have. ## Platform I need the program to be separated in 3 different files. One as the main file called proj1.c ,one as the file with its functions called polygons.c itself and one that list the functions called polygons.h, its usage, input and output. An example for teh .h file would be /******************************************** * Function: Sum * Usage: z = Sum (x, y) * * This function adds the two values passed in and returns their sum. * * Input: two integers to be added * Output: Returns the sum of x and y. ********************************************* / int Sum (int x, int y) ; Please follow the directions given in the other documents. Do not change the function prototypes and their names, as well as # defines, etc. Please use teh given data. I really appreciate it thank you very much.
Project ID: 3105973

About the project

1 proposal
Remote project
Active 20 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
Awarded to:
User Avatar
See private message.
$12 USD in 3 days
4.9 (212 reviews)
5.8
5.8

About the client

Flag of UNITED STATES
United States
5.0
18
Member since Mar 10, 2003

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.