Where are you stuck? Do you have any specific questions about the program?
NormR1
Posting Sage
7,742 posts since Jun 2010
Reputation Points: 1,158
Solved Threads: 793
Skill Endorsements: 16
Sounds like you need to hire a programmer if you're not interested in learning how to program.
NormR1
Posting Sage
7,742 posts since Jun 2010
Reputation Points: 1,158
Solved Threads: 793
Skill Endorsements: 16
Im not a techy, nor do I pretend to be, I really need a kind person who will put the problem into a java application. )
Im a girl in desperation !
You're also a girl violating the forum rule about showing effort if you expect help with homework assigments.
If you can't show that you have made the slightest effort yourself, this thread will be closed. Post code, psuedocode, or at least specific questions that might indicate you are anything other than another lazy student wanting others to do their assignment for them.
Ball is in your court.
Ezzaral
null
16,126 posts since May 2007
Reputation Points: 3,294
Solved Threads: 875
Skill Endorsements: 28
if (question posted == assignment)
{
if( effort == 0 )
{
S.O.P("U r not in the rite place");
}
else
{
S.o.p("Explain your effort and which part in your code your are struggling with ");
}
}
else
{
S.o.p("Explain your effort and which part in your code your are struggling with ");
}
I doubt that you'll need that nested if there.
it's like testing:
boolean a = getBoolValue();
// a = random true or false
if ( a ){
if ( a ){
// print A
}
else{
// print B
}
}
else{
// print C
}
can you come up with one scenario where B will ever be printed? :)
stultuske
Industrious Poster
4,490 posts since Jan 2007
Reputation Points: 1,377
Solved Threads: 630
Skill Endorsements: 25
well, you can mark this thread as solved, to show that to the other posters.
you could also, if you want to :)
post your solution to the problem you had, so that those who look for it in the future might find it helpfull
stultuske
Industrious Poster
4,490 posts since Jan 2007
Reputation Points: 1,377
Solved Threads: 630
Skill Endorsements: 25
Question Answered as of 1 Year Ago by
NormR1,
stultuske,
Ezzaral
and 3 others