Search:

Type: Posts; User: andyluvskrissy

Search: Search took 0.12 seconds.

  1. Replies
    6
    Views
    4,785

    Re: Basic Math Expression Java Problem

    There was a typo on here for my java code it was suppose to be:


    num=(a+b);

    And I don't quite understand how to do what you told me I should because I am a freshman in college and is only...
  2. Replies
    6
    Views
    4,785

    Basic Math Expression Java Problem

    import java.util.*;
    import java.text.*;
    import javax.swing.*;
    class Lab4Part2{
    public static void main (String[] args) {
    String ex1;
    Double num, F;
    final int a=0, b=0;
    JFrame...
  3. Replies
    3
    Views
    2,908

    Basic Math Expression Java Problem

    import java.util.*;
    import java.text.*;
    import javax.swing.*;
    class Lab4Part2{
    public static void main (String[] args) {
    String ex1;
    Double num, F;
    final int a=0, b=0;
    JFrame...
Results 1 to 3 of 3