Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Tahoe

  1. Tahoe

    Return value error

    It compiled! Thanks again!!
  2. Tahoe

    Return value error

    Beginning programmer...I keep getting a missing return value error on the following block of code. /** * Calculates the season charge based on the size of the lawn */ public String calculateCost() { double cost; double area = calculateArea()...
  3. Tahoe

    Variable Error

    Thank you - I tried it - it worked!
  4. Tahoe

    Variable Error

    In trying to calculate a "cost" based on the area size, am getting a variable error after calling the calculate area method...any ideas on what is wrong here? /** * Method to calculate the area of the lawn */ public double calculateArea() { double area =...

Part and Inventory Search

Back
Top