Search:

Type: Posts; User: mickey2012

Search: Search took 0.14 seconds.

  1. [SOLVED] Re: help pulling information from different classes when you have more than one

    I figured it out! :) Thank you for your help!!!


    public double convertKilogramsToPounds(double weightInKilograms){

    return (weightInKilograms*2.20462262);

    }
  2. [SOLVED] Re: help pulling information from different classes when you have more than one

    That gives me an error in public class Lab2. convertKilogramsToPounds() in PlanetWeights cannot be applied to (double)
    I cannot change the code in Lab2. This is my updated code for PlanetWeights.
    ...
  3. [SOLVED] help pulling information from different classes when you have more than one

    I'm having trouble with a homework assignment. This is what I need to do.

    You are to create 2 classes and use the helper class I have provided to complete this lab.

    The first class you are to...
Results 1 to 3 of 3