Search:

Type: Posts; User: kissyfurs

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: JAVA OOP- Driver and Methods will not play nice together- WHY?!?!

    I was able to fix the issues. I was mixing the double and float names for the same variables, I had a mistake in my code where I was doing interger division, and I had named a variable twice (that...
  2. [SOLVED] Re: JAVA OOP- Driver and Methods will not play nice together- WHY?!?!

    I need it to pass the argument of 4 the second time around in order to accurate calculate the total surface area. You first need to calculate the dimensions of one triangle and then the four inside...
  3. [SOLVED] JAVA OOP- Driver and Methods will not play nice together- WHY?!?!

    Once again, OOP is determined to keep me up all night

    Here are my methods

    /****************************************************************
    * Pyramid.java
    * Jenn Stanek
    *
    * This program...
Results 1 to 3 of 3