Search:

Type: Posts; User: Goxy

Search: Search took 0.07 seconds.

  1. Replies
    10
    Views
    1,296

    [SOLVED] Re: Building a calculator

    Lel, ok am back sooner than I thought, it seems like this was very easy now that I reread everything I have learned, I can't believe this was so simple:
    All I had to do is just created an int, name...
  2. Replies
    10
    Views
    1,296

    [SOLVED] Re: Building a calculator

    As a matter of a fact since I literally just started programming, been a week or so, after looking for an actual solution to my given task I have come to conclusion that's it was too early for me to...
  3. Replies
    10
    Views
    1,296

    [SOLVED] Re: Building a calculator

    As i said in my last post: Am just going to add a function that once I have executed the calculation it doesn't end the program strait away.
    That is, once the give calculation is calculated, I would...
  4. Replies
    10
    Views
    1,296

    [SOLVED] Re: Building a calculator

    I've solved and written it. Crash thanks for the help with a code mate!



    package project1;
    import java.util.Scanner;

    public class Learning
    {
    public static void main(String args[])
  5. Replies
    10
    Views
    1,296

    [SOLVED] Re: Building a calculator

    I found the mistake after a lot of messing around, basically you cannot type number1 = Scanner.nextDouble(); i realised that my code was actually looking at the input so for the code to work I had to...
  6. Replies
    10
    Views
    1,296

    [SOLVED] Building a calculator

    Hi guys, am pretty new to java, i have few websites with alot of tutorials and help, besides that i have a friend also who started programming java this year, long story short, am getting a lot of...
Results 1 to 6 of 6