Computer >> jsp >> I need help with a Java Program?

I need help with a Java Program?

Given an int variable size, write a program segment that outputs a triangle of asterisks '*', which is size rows high, and size columns wide, starting with a row of size asterisks, and ending with a row of a single asterisk. For example, if size = 5, the output should be:

*****

****

***

**

*

Make sure your program is in Java format.

I need help with a Java Program?

Stop posting the same question so many times. it's simple logic. do it on your own

I need help with a Java Program?

Sorry dude. Here is the Pesudo code that will help you.

int j,i=<Assign your value>;

j=i;

for k=0 to <=i /// start of 1st loop

for t=0 to <=(j-1) /// start of 2nd loop

print "*";

end // end of 2nd loop

i-=i;j=i;

print "\n";

end // end of 1st loop

Reply:It's been a while since I've coded some Java but something like this should do the trick:

public static void PrintStars (int size) {

for (int i = size; i > 1; i--) {

for (int j = 1; j <= i; j++) {

System.out.print("*");

}

System.out.print("\n");

}

}

EDITED: to include printing a new line (forgot that in my original post)

Reply:I recommended you that you can get help from

C++......................?
is there a less complicated c++ compiler than microsoft express 2008? i found it to complicated and hav found no other free program to make a fps. a t..
C++???????
I am trying to make a tic tac toe game for c++ but i dont know how to use an array to make the board. also after i make the board hiw do i code it so ..
C++???????????????
I HAVE NO IDEA WHAT C++ IS? and i have an exam tomorrow. I dont understand 1. character set 2.tokens. i also have the for statement program, if stat..
C++..........................?
where i find the best c++ programing books.C++..........................?AT www.esnips.com/C++..........................?Try doing a search. OReilly t..
C++????????
i need to know a simple program to concat two strings without using strcat inside operator overloading.plz help me with a program..............C++????..
...................c++?
How would I create a program that that displays the sum of a sales amount in each of 4 regions, during a 3 month period, which would also display the ..
"Smitfraud-C. Toolbar888&..
I am a webmaster, and I am trying to build my website, but my computer keeps acting weird and seems to be going into random hybernation for no reason ..
C programme...?
I wrote a programme of calculator in C language. And it has two or three error so pl do correct them. And send me correct answer. Prog. is: #includest..
C programme...?
I wrote a programme of calculator in C language. And it has two or three error so pl do correct them. And send me correct answer. Prog. is: #includest..
C programme...?
I wrote a programme of calculator in C language. And it has two or three error so pl do correct them. And send me correct answer. Prog. is: #includest..
data computer viruses trojans
1 2 3 4 5 6 skin care 7 8 9 10 11 12 13 14 15 16 17 18 web hosting 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 pets 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100