Search:

Type: Posts; User: clydefrog

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    1,336

    Re: Need help with user imput

    I just want to know why he/she has a separate class when you could put the whole thing in just one class. I wasnt trying to debug those errors; though i have fixed the code and runs on my machine...
  2. Replies
    6
    Views
    1,336

    Re: Need help with user imput

    Why not just move the method into the geometricSeriesDriver class?

    Like so;


    public class geometricSeriesDriver
    {

    public static double geometricSeries(double a, int n, double r)
    {
Results 1 to 2 of 2