Search:

Type: Posts; User: javarum

Page 1 of 2 1 2

Search: Search took 0.09 seconds.

  1. Re: Operator % cannot be applied to java.lang.String,int?

    i must say all characters except from 0-9/numbers should be invalid.
  2. Re: Operator % cannot be applied to java.lang.String,int?

    how can i declare that the value entered is invalid? it now can say ODD, NEGATIVE, EVEN, ZERO

    import java.io.*;

    public class A

    {
    public static void main (String arum[])throws IOException{...
  3. Re: Operator % cannot be applied to java.lang.String,int?

    hmmm.. i use this?

    a=Integer.valueOf(String);
  4. Operator % cannot be applied to java.lang.String,int?

    i cant help myself...

    import java.io.*;

    public class A

    {
    public static void main (String arum[])throws IOException{
    BufferedReader tag=new BufferedReader (new InputStreamReader(System.in));
  5. Replies
    7
    Views
    1,388

    Re: How Possible it is...

    oh i see Optical Character Recognition.... thanks for all! ^_^
  6. Replies
    7
    Views
    1,388

    Re: How Possible it is...

    OCR? and what OCR stands for sir? =)
  7. Replies
    7
    Views
    1,388

    Re: How Possible it is...

    Thanks Sir Norms and Helloworld =)

    yes sir Norms the ordinary scanner produces the image from the scanned page. For example, im scanning my resume and after scanning, a program will read all the...
  8. Replies
    7
    Views
    1,388

    How Possible it is...

    to make a program that will scan a curriculumn vitae or any document (resume, profile, etc. etc.) using an ordinary scanner, and after scanning... all informations from that document will be...
  9. Re: Help in making an output for this Graphic (newbie)

    Hi Sir! Can't sleep... already got headache... im about to sleep when i suddenly thought of this.


    import java.io.*;
    public class Asterisk1
    {
    public static void main(String jpg[])
    {...
  10. Re: Help in making an output for this Graphic (newbie)

    there's no tomorrow. hehe! ill fail this assignment. hehe! but ill be better for the next homework. geesh. Thanks Sir! Night!
  11. Re: Help in making an output for this Graphic (newbie)

    By the way, SIR Thanks so much your time.
  12. Re: Help in making an output for this Graphic (newbie)

    cant i have the answer from you? not far from what is my script before? i promise to be better next week. i just need to pass this later on. =(

    i just need the script for this outputs



    *...
  13. Re: Help in making an output for this Graphic (newbie)

    cant understand that. pitty on me
  14. Re: Help in making an output for this Graphic (newbie)

    im about to give up... geesh. i know this is too easy but im to newbie for this... not enough time. need to pass this later. ouch. =( and i dont have sleep yet.
  15. Re: Help in making an output for this Graphic (newbie)

    Sir back to my question cause i didnt understand what youve answered for that. ehehe!

    Is every false statement goes after } ?
  16. Re: Help in making an output for this Graphic (newbie)

    ehehe. just want to make a new line after printing the last * but it is wrong too. hayyayayay. im near to surrender
  17. Re: Help in making an output for this Graphic (newbie)

    can i do this?


    }

    System.out.print("*");
    System.out.println();
    }
  18. Re: Help in making an output for this Graphic (newbie)

    i gave a value of 5 to x so if then it goes back to that statement with an increment it will goes false and print an *s because the value of n is no longer equalled or greater than the value of x.
    ...
  19. Re: Help in making an output for this Graphic (newbie)

    arghhhh.... can't help myself...
  20. Re: Help in making an output for this Graphic (newbie)

    import java.io.*;

    public class Asterisk1

    {
    public static void main(String jpg[])
    {
    int n=5;
    for(int x=5; x<=n; x++)
    {
  21. Re: Help in making an output for this Graphic (newbie)

    Sir, every false statement will move to the >>>} System.out blah blah right?
  22. Re: Help in making an output for this Graphic (newbie)

    hey sir Norms,

    the codes you post on post #12 it will shows an output like my 2nd output right?
  23. Re: Help in making an output for this Graphic (newbie)

    another hint pls. ^_^

    its hard to print spaces before the *s.
  24. Re: Help in making an output for this Graphic (newbie)

    as what you thaught me, this is how to print a space > System.out.print(" ");

    what do you mean bout this Sir?
    One print x spaces: what is the code for that? <<< for(int x=1; x<=n; x++)...
  25. Re: Help in making an output for this Graphic (newbie)

    another hint pls hehe
Results 1 to 25 of 35
Page 1 of 2 1 2