Forum: Java Oct 4th, 2009 |
| Replies: 11 Views: 387 You see as far as I understand.... the requirement was to put the display in matrix form and you've used ROW and COLUMN as the elements for deciding the matrix display... for a prime sized array this... |
Forum: Java Oct 3rd, 2009 |
| Replies: 11 Views: 387 In this there is restriction that the array dimension can't be prime (Not a big deal...HUH??) :yawn:
for prime we can use following looping...
int j=0;
for(int i=0;i<arr.length;i++)
{
... |
Forum: Java Oct 1st, 2009 |
| Replies: 2 Views: 244 one 1D array (char type) should do the job... for storing the characters... their indexes will be used in comparing with the value entered by the user. if the character at the indexes (values)... |
Forum: C++ Apr 27th, 2007 |
| Replies: 31 Views: 9,536 The problem is that you are not getting the value of small as evaluated from the function findLowest().
So, better try this thing...
void calcAverage (int average, int score1, int score2, int... |
Forum: C++ Apr 7th, 2006 |
| Replies: 10 Views: 1,520 :confused:
Cann't understand ur question & the code u hav given.
U r asking for a 'C' program, but i think cin & cout are used in C++
:confused:
Moreover...
U are using char month[13] to... |
Forum: DaniWeb Community Feedback Mar 14th, 2006 |
| Replies: 13 Views: 2,161 :sad:
Hmm...I apologize.
Uhh... Don't know what to say,but...
Actually there must be some way for preventing unneccessary posts...or do we have?
:confused: |
Forum: DaniWeb Community Feedback Mar 13th, 2006 |
| Replies: 13 Views: 2,161 :?:
OK if i m not puzzeled with this discussion, i would say that a thread starter should have the right to delete a post which he don't like. May be that would be helpful to keep unnecessary posts... |