Search:

Type: Posts; User: jmosher65

Search: Search took 0.09 seconds.

  1. [SOLVED] Re: Need help with a simple calculator (Yes I know i'm a complete and total novice)

    Ahh... Thanks I got it to work now by adding an else in there, can't believe I overlooked something so simple
  2. [SOLVED] Need help with a simple calculator (Yes I know i'm a complete and total novice)

    import java.util.Scanner;
    public class startingpoint {
    public static void main (String args[]){
    Scanner sc = new Scanner (System.in);
    double type,fnum, snum, answer;
    ...
Results 1 to 2 of 2