Search:

Type: Posts; User: javamonkey30

Search: Search took 0.10 seconds.

  1. Replies
    12
    Views
    1,651

    : package javaapplication1; import...

    :
    package javaapplication1;
    import java.util.Scanner;
    public class JavaApplication1 {


    public static void main(String[] args) {
    Scanner od = new Scanner (System.in);
    /* ...
  2. Replies
    12
    Views
    1,651

    Im sorry i cant understand. Does it look like...

    Im sorry i cant understand.
    Does it look like this?

    //-----------------------------------

    package javaapplication1;
    import java.util.Scanner;
    public class JavaApplication1 {
  3. Replies
    12
    Views
    1,651

    I have wrapped the code already. :screwy: Im...

    I have wrapped the code already. :screwy:
    Im getting sick of those braces
  4. Replies
    12
    Views
    1,651

    There were no errors. I just cant get the right...

    There were no errors. I just cant get the right output.
    The output should look like this:

    Enter 10 numbers...
    1
    2
    3
    4
    5
    6
  5. Replies
    12
    Views
    1,651

    Pls check my code

    Im new to java. Im from the philippines. Please check my code.
    My goal is to accept 10 numbers using array then print only the even numbers afterwards.



    <package javaapplication1;
    import...
Results 1 to 5 of 5