Search results

  1. J

    Starr's Sumatran went up! $9.xx/lb now, up from $7.49/lb!!

    BUMMER! I bought Peruvian for $7.49.lb on sale. John Kuthe...
  2. J

    Which phone should i get....Nokia: N93, N91, N80?

    I am looking to buy a phone and I made another thread looking for suggestions but no one replied so I narrowed it down to 3 choices.... N93, N91, N80 So which phone do you suggest buying and also why, please do leave feedback because I cannot decide so i need some more feedback. Or if you...
  3. J

    MP4's on S60v3?

    K I'm confused. When I record a video on my N73, it transfers back to my PC as an MP4, right? But yet when I'm using Nokia's Podcasting app to subscribe to say, AllAboutSymbian's video podcast (that posts in mp4) it won't playback on my device. I've tried everything that I can think of. When I...
  4. J

    write c program find roots using dx=0.7 x^2-25=y?

    dx= increments of 0.7 until y*y<0 because then we have our root #include <math.h> #include <stdlib.h> #include <stdio.h> double eqn(); double print_ans(); double root_finder(double x, double dx); double input_data(); void main() { double x, dx, xinitial, xfinal; input_data(); x=xinitial...
Back
Top