Search:

Type: Posts; User: Jodin

Search: Search took 0.09 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...
  3. Thread: Hello

    by Jodin
    Replies
    1
    Views
    1,048

    Hello

    Hello I am a fresh new java student and was looking to the community for help :)
Results 1 to 3 of 3