Search:

Type: Posts; User: wickedsunday

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,380

    Re: Need help with Java assignment

    Yeah that was it, now it works perfectly. Thanks alot :D
  2. Replies
    4
    Views
    1,380

    Re: Need help with Java assignment

    Thanks for the quick reply,

    Here's what I have come up with:

    import java.io.*;

    public class Lasku {
    public static void main(String[] args){
    int eka;
    int toka;
  3. Replies
    4
    Views
    1,380

    Need help with Java assignment

    Hi guys,

    I'm having trouble with this simple java exercise. You are supposed to make java print following lines:

    Insert first number:66
    Insert second number: 3
    66+3 = 69 ...
Results 1 to 3 of 3