Recent content by bella mason

  1. B

    A recursion to arrange a stars it's difficult

    Oh I see. So the problem occurs in my second calling function isn't it? Nested for-loops ? How is it going? There is a for inside a for ?
  2. B

    A recursion to arrange a stars it's difficult

    Oh I see. So the problem occurs in my second calling function isn't it? Nested for-loops ? How is it going? There is a for inside a for ?
  3. B

    A recursion to arrange a stars it's difficult

    yeah. I do think so. It's a nested. BTW, thanks for your advice. ;) No, I don't think so... But I'll try. TQ ;) Before or after the main function like what Mr.Snider had done ?
  4. B

    A recursion to arrange a stars it's difficult

    a recursion to arrange a stars ! it's difficult :( hello ! :) my name is bella and i am still a student. I've instructed by my lecturer to create a simple program that will appear such as this output : Enter number of star : 5(user will key in the data) * ** *** **** *****...
Back
Top