Search:

Type: Posts; User: Jodin

Search: Search took 0.07 seconds.

  1. Re: I was woundering if anyone could help me with Calculator programming.

    import java.util.Scanner;

    public class Calculator
    {

    public static void main (String args [])
    {
    Scanner keyboard = new Scanner(System.in);
    int +=0, -=0, *=0,...
  2. I was woundering if anyone could help me with Calculator programming.

    I am supposed to write a program Calculator that uses Logic and looping.
    The program is supposed to use addition subtraction Multiplication and modolo.
    The starting value is 0
    I have to choose...
Results 1 to 2 of 2