help with “parse error” [on hold]












0















folks any help with my hw, keep getting "parse error at end of input" at the end. why?
what am I missing?
I have 59 lines, error is on the line 60?



printf (" The closing balance is %.2lfnn", sum - total_with);
if ( total_bal < 50000.00)
{
printf (" *** Its time to invest some money!****nn");
}
else if (total_bal < 49999.99 && total_bal > 15000.00)
{
printf ("***Maybe you should consider a CD ***n");
}
else if ( total_bal < 1000.00 && total_bal > 14999.99)
{
printf ("*** Keep up the good work! ***n");
}
else if (total_bal < 0 && total_bal < 999.99);
{
printf ("***Your ballance is getting low!**n ");
}
return 0;
}









share|improve this question









New contributor




student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis 2 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis

If this question can be reworded to fit the rules in the help center, please edit the question.












  • 2





    Welcome, although I'm afraid you chose the wrong site.

    – egreg
    3 hours ago











  • thanks! what do you mean "you chose the wrong site?"

    – student5510
    3 hours ago






  • 2





    This site is about TeX and friends. The code looks like C or similar language.

    – egreg
    3 hours ago








  • 1





    oh, got ya! it is C and driving me nuts :S

    – student5510
    3 hours ago











  • any suggestion on c programing page?

    – student5510
    3 hours ago
















0















folks any help with my hw, keep getting "parse error at end of input" at the end. why?
what am I missing?
I have 59 lines, error is on the line 60?



printf (" The closing balance is %.2lfnn", sum - total_with);
if ( total_bal < 50000.00)
{
printf (" *** Its time to invest some money!****nn");
}
else if (total_bal < 49999.99 && total_bal > 15000.00)
{
printf ("***Maybe you should consider a CD ***n");
}
else if ( total_bal < 1000.00 && total_bal > 14999.99)
{
printf ("*** Keep up the good work! ***n");
}
else if (total_bal < 0 && total_bal < 999.99);
{
printf ("***Your ballance is getting low!**n ");
}
return 0;
}









share|improve this question









New contributor




student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











put on hold as off-topic by egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis 2 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis

If this question can be reworded to fit the rules in the help center, please edit the question.












  • 2





    Welcome, although I'm afraid you chose the wrong site.

    – egreg
    3 hours ago











  • thanks! what do you mean "you chose the wrong site?"

    – student5510
    3 hours ago






  • 2





    This site is about TeX and friends. The code looks like C or similar language.

    – egreg
    3 hours ago








  • 1





    oh, got ya! it is C and driving me nuts :S

    – student5510
    3 hours ago











  • any suggestion on c programing page?

    – student5510
    3 hours ago














0












0








0








folks any help with my hw, keep getting "parse error at end of input" at the end. why?
what am I missing?
I have 59 lines, error is on the line 60?



printf (" The closing balance is %.2lfnn", sum - total_with);
if ( total_bal < 50000.00)
{
printf (" *** Its time to invest some money!****nn");
}
else if (total_bal < 49999.99 && total_bal > 15000.00)
{
printf ("***Maybe you should consider a CD ***n");
}
else if ( total_bal < 1000.00 && total_bal > 14999.99)
{
printf ("*** Keep up the good work! ***n");
}
else if (total_bal < 0 && total_bal < 999.99);
{
printf ("***Your ballance is getting low!**n ");
}
return 0;
}









share|improve this question









New contributor




student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












folks any help with my hw, keep getting "parse error at end of input" at the end. why?
what am I missing?
I have 59 lines, error is on the line 60?



printf (" The closing balance is %.2lfnn", sum - total_with);
if ( total_bal < 50000.00)
{
printf (" *** Its time to invest some money!****nn");
}
else if (total_bal < 49999.99 && total_bal > 15000.00)
{
printf ("***Maybe you should consider a CD ***n");
}
else if ( total_bal < 1000.00 && total_bal > 14999.99)
{
printf ("*** Keep up the good work! ***n");
}
else if (total_bal < 0 && total_bal < 999.99);
{
printf ("***Your ballance is getting low!**n ");
}
return 0;
}






tables errors loops






share|improve this question









New contributor




student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 3 hours ago







student5510













New contributor




student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 4 hours ago









student5510student5510

11




11




New contributor




student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






student5510 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




put on hold as off-topic by egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis 2 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis

If this question can be reworded to fit the rules in the help center, please edit the question.







put on hold as off-topic by egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis 2 hours ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "This question does not fall within the scope of TeX, LaTeX or related typesetting systems as defined in the help center." – egreg, David Carlisle, Sebastiano, Kurt, CampanIgnis

If this question can be reworded to fit the rules in the help center, please edit the question.








  • 2





    Welcome, although I'm afraid you chose the wrong site.

    – egreg
    3 hours ago











  • thanks! what do you mean "you chose the wrong site?"

    – student5510
    3 hours ago






  • 2





    This site is about TeX and friends. The code looks like C or similar language.

    – egreg
    3 hours ago








  • 1





    oh, got ya! it is C and driving me nuts :S

    – student5510
    3 hours ago











  • any suggestion on c programing page?

    – student5510
    3 hours ago














  • 2





    Welcome, although I'm afraid you chose the wrong site.

    – egreg
    3 hours ago











  • thanks! what do you mean "you chose the wrong site?"

    – student5510
    3 hours ago






  • 2





    This site is about TeX and friends. The code looks like C or similar language.

    – egreg
    3 hours ago








  • 1





    oh, got ya! it is C and driving me nuts :S

    – student5510
    3 hours ago











  • any suggestion on c programing page?

    – student5510
    3 hours ago








2




2





Welcome, although I'm afraid you chose the wrong site.

– egreg
3 hours ago





Welcome, although I'm afraid you chose the wrong site.

– egreg
3 hours ago













thanks! what do you mean "you chose the wrong site?"

– student5510
3 hours ago





thanks! what do you mean "you chose the wrong site?"

– student5510
3 hours ago




2




2





This site is about TeX and friends. The code looks like C or similar language.

– egreg
3 hours ago







This site is about TeX and friends. The code looks like C or similar language.

– egreg
3 hours ago






1




1





oh, got ya! it is C and driving me nuts :S

– student5510
3 hours ago





oh, got ya! it is C and driving me nuts :S

– student5510
3 hours ago













any suggestion on c programing page?

– student5510
3 hours ago





any suggestion on c programing page?

– student5510
3 hours ago










0






active

oldest

votes

















0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes

Popular posts from this blog

Contact image not getting when fetch all contact list from iPhone by CNContact

count number of partitions of a set with n elements into k subsets

A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks