Search:

Type: Posts; User: fon90

Search: Search took 0.12 seconds.

  1. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    yes everything just throw me off right now ...
    I have been working since early morning today but cant still get it to work with THOSE CLASSES
  2. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    Thanks Bahoom, but what statements would I use for the main methods now please ?
    find below is my code...


    <public class EX5_8{
    public static void main(String args[]){
    }
    public static...
  3. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    Norm please please I cant get it right would just show me just this once please I have a similar program I have to use that same format, please am a beginner with java programming..
    please help...
  4. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    Norm,I really appreciated the help all they way .
    But, I am lost completely on how to
    use and incorporate these methods into my program..
  5. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    C:\Documents and Settings\ajiekum2011\Desktop\ex5_8.java:13: error: illegal start of expression
    public static double celsiusToFahrenheit(double celsius){
    ^
    C:\Documents and...
  6. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    dont know if am doing thye right thing but i get errors
    [java=code]
    <import java.util.Scanner;

    public class EX5_8{
    public static void main(String args[]){
    public static double...
  7. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    sorry for getting back to you late my computer just froze for like 30 mins..
    No anytime i try to use these methods i get erros cause without this methods my program runs really great now..
    all...
  8. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    am sorry thats just me ..
    The question was include in your program


    <public static double fahrenheitToCelsisu(double celsius) / /converts from CToF
    public static double...
  9. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    In the original question of this assignment we are asked to use
    public static double celsiusToFahrenheit(double celsius){
    return celsius=(5.0/9.0) * fahrenheit - 32;
    }
    public static double...
  10. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    ok, thanks but please how do include those methods in this program?
  11. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    [/import java.util.Scanner;

    public class EX5_8{
    public static void main(String args[]){
    /* public static double celsiusToFahrenheit(double celsius){
    return celsius=(5.0/9.0) * fahrenheit -...
  12. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    please how do I format and wrap the code ,and code tag it? this is my first time using this forum
  13. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    Hey cono if you wanna help you do that ,
    please al ready frustrated with this assignment and to be candid you are making things worst
    you keep asking same questions all over the place..
    i have...
  14. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    [import java.util.Scanner;

    public class EX5_8{
    public static void main(String args[]){
    /* public static double celsiusToFahrenheit(double celsius){
    return celsius=(5.0/9.0) * fahrenheit -...
  15. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    yes, it is suppose to print out like this...
    but I have not been able to make it work properly .

    40.0 104.0 120.0 48.89
    39.0 102.2 110.0 43.33
    ...
    32.0 89.6 40.0 4.44
    31.0 87.8 30.0 -1.11
  16. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    Find below is my exact out put right now ....


    |Celsius |Fahrenheit||Celsius |Fahrenheit|

    40.0| 104.0|120.0| 184.00|
    Press any key to continue . . .
  17. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    Now is working without me uisng those methods < public static double celsiusToFahrenheit(double celsius){
    return celsius=(5.0/9.0) * fahrenheit - 32;
    }
    public static double...
  18. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    I just want to be able to fit in the those methods in the program and make it work
    now is saying [Exception in thread ] "main" illegalformatConversionException
  19. Replies
    39
    Views
    2,285

    Re: help with this code please!!!

    Yes please I just can get the program to print out the values it compiles
    but is not working

    This is the original question
    Find below is the complete question

    public static double...
  20. Replies
    39
    Views
    2,285

    help with this code please!!!

    Write a class that contains the following two methods:

    /** Converts from Celsius to Fahrenheit */

    Hello there guys please I need help with this program in java
    this what i have...
  21. Replies
    1
    Views
    864

    Hello there everyone!

    Write a class that contains the following two methods:

    /** Converts from Celsius to Fahrenheit */

    Hello there guys please I need help with this program in java
    this what i have done so far ,...
Results 1 to 21 of 21