Search:

Type: Posts; User: xew123

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    1,218

    What is Wrong with my code

    well it works except it always shows the else part of the statement

    import java.util.Scanner;
    import java.util.Random;

    public class eightball
    {

    public static void main(String[] args)
    {
  2. Thread: Negative

    by xew123
    Replies
    1
    Views
    1,340

    Negative

    for some reason when i run my code for fahrenheit to celcius and vise versa when the formula becomes negative it just shows up 0

    here is my code

    code

    import java.util.Scanner;
    import...
Results 1 to 2 of 2