Monday, May 24, 2010

C++ Program IST240 PSU Help NEEDED!!?

You are to write a program for the same problem as the Visual Basic Payroll program only you are to write this program using C++. Your program cannot have primitive C++ statatments(cin, cout, assignment statement without a function call) in int main(). The use of primitive statements in int main() will result in receiving a 0 in this project.

C++ Program IST240 PSU Help NEEDED!!?
// Bart Simpsons writing


int main() {


return bart_simpson_writing_on_blackboard();


}





int bart_simpson_writing_on_blackboard() {


cout %26lt;%26lt; "I will do my own homework.";


cout %26lt;%26lt; "I will do my own homework.";


cout %26lt;%26lt; "I will do my own homework.";


cout %26lt;%26lt; "I will do my own homework.";


cout %26lt;%26lt; "I will do my own homework.";


cout %26lt;%26lt; "I will do my own homework.";


cout %26lt;%26lt; "I will do my own homework.";


return 0;


}
Reply:It appears that the question period has expired. If you have received an answer that meets your needs, please choose one of those as a 'best answer.' If you haven't received a good answer for your question, you may want to consider the following,





1) Re-post your question. Newer questions get more activity on Yahoo! Answers than old ones.


2) If you do re-post your question, consider why it wasn't answered the first time. Could it be more specific? Could it be worded better? Were there grammatical or spelling errors? Was it in the best category?





If it doesn't seem likely that re-posting your question will help you, then here's a listing of my favorite 'answer sites'. Maybe one of them will help you.





Answers.com http://www.answers.com/


Bartleby http://www.bartleby.com/


Yahoo Reference http://education.yahoo.com/reference/


HowStuffWorks http://www.howstuffworks.com/


Wikipedia http://en.wikipedia.org/wiki/Main_Page





Since I really haven't answered your question, it is not necessary to give me any points. Regards.


No comments:

Post a Comment