Search:

Type: Posts; User: javarum

Page 1 of 2 1 2

Search: Search took 0.08 seconds.

  1. 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[])
    {...
  2. 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!
  3. Re: Help in making an output for this Graphic (newbie)

    By the way, SIR Thanks so much your time.
  4. 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



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

    cant understand that. pitty on me
  6. 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.
  7. 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 } ?
  8. 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
  9. Re: Help in making an output for this Graphic (newbie)

    can i do this?


    }

    System.out.print("*");
    System.out.println();
    }
  10. 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.
    ...
  11. Re: Help in making an output for this Graphic (newbie)

    arghhhh.... can't help myself...
  12. 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++)
    {
  13. Re: Help in making an output for this Graphic (newbie)

    Sir, every false statement will move to the >>>} System.out blah blah right?
  14. 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?
  15. Re: Help in making an output for this Graphic (newbie)

    another hint pls. ^_^

    its hard to print spaces before the *s.
  16. 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++)...
  17. Re: Help in making an output for this Graphic (newbie)

    another hint pls hehe
  18. Re: Help in making an output for this Graphic (newbie)

    i really do!
  19. Re: Help in making an output for this Graphic (newbie)

    hmmm.. like for the statement of the x is false it will print space?
    and then if the statement of y is true it wil print *s?
    ohhh... =( need to get food im hungry.. my brain is not working.
    ...
  20. Re: Help in making an output for this Graphic (newbie)

    Yes ir. i tried to add this already but nothing happens. ehehe! i dont know where to put it exactly. =(
  21. Re: Help in making an output for this Graphic (newbie)

    Number of spaces and *'s change every new line. and i dont know what is the exactly statement or new line command for printing an empty space. i don't know how to make it print 4 spaces and then 1 *...
  22. Re: Help in making an output for this Graphic (newbie)

    wow! you just make that so fast?! great! sir norms. my instructor might want the script to be as almost the same as what ive posted above... hmmm. i cant explain exactly since im not that good in...
  23. Re: Help in making an output for this Graphic (newbie)

    if you look at the 1st and 2nd output, mirrored view. thats what i need to do. i know you are trying to push me to make it for myself coz its too easy and i realy wanted to. but, the problem is its...
  24. Re: Help in making an output for this Graphic (newbie)

    ah just changing values of x and y and playing on increment and decrement. but fails me. do i need to add another system.out.print(); ? so that if a statement is true or false it will print an empty...
  25. Re: Help in making an output for this Graphic (newbie)

    hi sir norms! sadly, not yet. hai... pls.
Results 1 to 25 of 27
Page 1 of 2 1 2