Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by ~s.o.s~ feet Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by christina>you feet Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by maui_mallard Feet Re: Change-a-Letter-or-Two-Game Community Center Geeks' Lounge by maui_mallard feet Re: Need help on calculation Programming Software Development by Ancient Dragon Feet and inches should be integers, not doubles because they have no fractional parts. To get centimeters convert feet to inches before doing the calculations centimeters = ((feet * 12) + inches) * 2.54. meters = centimeters / 100.0 Re: Helppppppppppppppp! Programming Software Development by Salem feet = x / 12 inch = x % 12 Re: Word Association Game Community Center Geeks' Lounge by Dani feet --> shoes Re: 3 word story Community Center Geeks' Lounge by jasonm feet, which meant Re: Word Association Game Community Center Geeks' Lounge by bluedos82 feet --> shoes Re: Fantastic word game Community Center Geeks' Lounge by ~s.o.s~ Feet and inches, kilos and pounds, save the world, its going down down down. Re: Fantastic word game Community Center Geeks' Lounge by nikesh.yadav feet rub each other under the covers at night Re: Word Association Game Community Center Geeks' Lounge by Kraai feet ----> measure Feet and inches to meters and cm and vice versa. Programming Software Development by hao001 …choices); if(choices == 1){ getInput1(feet,inches); convert1(feet,inches,meters,cms); showResult1(feet,inches,meters,cms); } else if(…choices == 2){ getInput2(meters,cms); convert2(feet,inches,meters,cms); showResult2(feet,inches,meters,cms); } else if(choices ==… Inches to Feet, Fahrenheit to Celsius Programming Software Development by suziperu …Celsius to Fahrenheit Converter C. Inches to Feet converter D. Feet to Inches Converter The program should work if… public: void FeetToInches() { cout<<"Enter Feet: "; cin>>A; cout<<A…= "<<0.083*A<<" Feet\n"; } void CelsiusToFahrenheit() { cout<<"… Re: Inches to Feet, Fahrenheit to Celsius Programming Software Development by GreenDay2001 …"; } else { cout << " oFeet << "feet" << oInches << "inches"; } [/code… Re: printing meter yards feet Programming Software Development by jlouang …"); } void convertMeters(int meters) { double inches = meters / .254; double feet = meters / .3048; double yards = meters / .9144; double miles = meters / 1609… << " inches \n " << feet << " feet \n " << yards << " yards… Help needed creating feet and inches keypad Programming Computer Science by markitek …; show up at my cursor, so i can easily enter feet and inches information into the text box. Current QWERTY keyboards… are not customized to make it easy to enter feet and inches. I am not a programmer, but would like… printing meter yards feet Programming Software Development by jlouang … need help making a program that include meter yards and feet. my c+ class is only in chapter 4 of the… function 4. the output should look like: ??? meters is: ??? inches ??? feet ??? yards ??? miles my class program looks like this Re: printing meter yards feet Programming Software Development by jlouang since i am looking for 5 problem. Wouldn't i have to name my int after main be [B]int[/B] s,r,x,y,z ; if i was tring to print out ??? meters is: ??? inches ??? feet ??? yards ??? miles Re: printing meter yards feet Programming Software Development by agiorgio … formats. For example: [INLINECODE]printf("%d meters is %f feet.\n", meters, meters*3.2808);[/INLINECODE] Anyone watched the movie "Happy Feet?" Community Center Geeks' Lounge by christina>you If you've watched "Happy Feet" the movie, you should definitely take a look at [URL="http://youtube.com/watch?v=g-LRuhmFSBU"]this[/URL] cute video on youtube. ;) Lily Allen jumps into copyright debate again, with both feet Hardware and Software Hardware Mobile and Wearables by newsguy … Allen has jumped straight back into the controversy with both feet. This time she appears to be confusing price and value… GPS Feet Difference Programming Databases by moone009 … with my query below. Basically I need to calculate the feet between two gps coordinates. Basically once I can get this… Re: Newbie here. How do you convert centimeters to feet in C# Programming Software Development by UniqueMan … 1 foot = 12 inches so to convert 47 inches to feet would look like Which would give us 1 foot 6… I convert for example 7.6 to 7'6 (seven feet six inches)? Re: Newbie here. How do you convert centimeters to feet in C# Programming Software Development by PsychoCoder … 1 foot = 12 inches so to convert 47 inches to feet would look like [QUOTE](47 * .39370078740157477) / 12[/QUOTE] Which would… Re: Newbie here. How do you convert centimeters to feet in C# Programming Software Development by ecoloney I suspect that request may not be worded correctly. 1 foot = 12 inches. 1 inch = 2.54 cm 12 inches = 12 * 2.54 cm = 30.48 cm Conversely, 30.48 cm = 1 foot. Therefore 1 cm = 1 foot/30.48 which means 1 cm = .0328083 feet. Re: Newbie here. How do you convert centimeters to feet in C# Programming Software Development by PsychoCoder You're right, I meant to type it equals 1.54 feet not 1.65 so my bad for that. Here's how I came up with that: [QUOTE](47 x .39370078740157477) = 18.50 (/ 12) = 1.54[/QUOTE] Re: Where to Wet My Feet? Community Center by JamieLynnSEO … a natural, and using it to your advantage. Get your feet wet in both concentrations, and after getting experience, pick whichever… Re: Using wxPython to create a feet-in calculator Programming Software Development by colby.christensen … frame''' def __init__(self, *args, **kwargs): kwargs.setdefault('title', "Feet-Inch Calculator") wx.Frame.__init__(self, *args, **kwargs) self… Re: Why Unity 3D tutorial, one of my feet bends as i walk Programming Game Development by Reverend Jim Both of my feet bend as I walk. Please read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question).