Quick question for all you awesome programmers out ther...
My wife is looking for a native Weight Watchers Point Calculator. She is using the older style of figuring points. She needs to be able to input Calories, Fat grams & Fiber grams, then have a points value displayed.
She is using the older program, so the formula is p = (c/50) + (f/12) - (r/5)where p=Points, c=Calories, f=Fat grams, r=Fiber grams (max. of 4 fiber grams).
Is there anyone out there that can help put together a quick app to perform this calculation?