Search:

Type: Posts; User: loofy

Search: Search took 0.12 seconds.

  1. Replies
    3
    Views
    1,608

    Re: Very new to Java basic question

    That worked perfectly I changed my int's to doubles and now I'm getting the correct response.

    One more question on the other program I have:

    public class IfTest1
    {
    public static void...
  2. Replies
    3
    Views
    1,608

    Very new to Java basic question

    import java.util.Scanner;

    public class IfTest0
    {
    public static void main(String[] args)
    {
    Scanner scan = new Scanner( System.in );

    //Prompt Hits
Results 1 to 2 of 2