Search:

Type: Posts; User: SathApoc

Search: Search took 0.12 seconds.

  1. Replies
    2
    Views
    1,262

    Re: A basic calculator

    Thank you! This is the first time i have ever heard of that method at all, so I just learned something new! And thank you for a fast reply :)
  2. Replies
    2
    Views
    1,262

    A basic calculator

    Hey, I'm new to java, and I'm trying to make a calculator, with the choice of + or -. My code is:



    import java.util.Scanner;
    public class Funk {
    public static void main (String[] args) {
    ...
Results 1 to 2 of 2