Im trying to find the circumference of a circle and the area whe i
runn the program need help starting and help with area can some one help please Im new and dont have a clue with c :sad:

Recommended Answers

All 2 Replies

Hello,

As a matter of DaniWeb policy, we do not do homework for people. We do assist. First, how would you write the program in psuedo code? We can build there together then.

For example: we want to convert inches to centimeters.

Psudeo Code:

// Need variables for the data
 variable inches, centimeters
 
 // Need control value for the program
 variable continue
 
 // Program
 
 While continue == yes
 	 Ask user for value in inches
 	 compute centimeters = inches * 2.54
 	 output centimeters
 	 Ask if user wishes to do another.
 Done.

Give it a shot. Let us know what you come up with. Comment a lot. We will learn together, instead of someone tossing you the answer.

Christian

Thank You
Christian for the help I have completed the circumference program
with your help the next one is harder and more complicated.
if I need some help I'll post again.
Once again thanks for the help.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.