Click here to Skip to main content
15,898,373 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi am Hassan Yussuf i am a self practicing beginner of c++. i want a program to calculate school fees for 1 year, 3 years and using the information below.

License Fee Amount License Application License Renewal
Fee – 1 year $300 $180
Fee – 3 years 25% off the 1-year fee amount 25% off the 1-year fee amount
Fee – 5 Years 40% off the 1-year fee amount 40% off the 1-year fee amount

What I have tried:

since i am new to c++, i haven't tried the above problem. please help. Regards
Posted
Updated 29-Oct-18 0:56am
Comments
CPallini 29-Oct-18 5:51am    
What is exactly your doubt about?
Are you able to compute percentage values with pencil and paper?
Are you able to write a basic (a "Hello world!") C++ program?
Richard Deeming 30-Oct-18 11:58am    
"since i am new to c++, i haven't tried the above problem"

Well, that sounds like a great way to learn! 🤦‍♂️

Go back to your course notes and try again. If you're still stuck, talk to your teacher.

We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
 
Share this answer
 
Make some plan like UML or "use case diagram" for your homework for understanding what to code. I guess that you should have handled some of such stuff in your school lessons.

Than learn the language like from the Learn C++ tutorial to get the skills for coding. Install Visual Studio.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900