Find Jobs
Hire Freelancers

c++ program

$10-30 USD

Cerrado
Publicado hace casi 10 años

$10-30 USD

Pagado a la entrega
Purpose of this assignment: The purpose of this assignment is to understand the loop programming construct. Problem Description: Write a program that calculates the balance of a savings account at the end of each month and a final report at the end. Input data from data file “[login to view URL]” cp $PUB/[login to view URL] [login to view URL] First, it reads the starting balance and the annual interest rate. A loop should then iterate to process all stored data. Each line contains each month data - total amount deposited into the account during that month and the total amount withdrawn from the account during that month. For each month, the program should display starting balance of that month deposit of that month withdrawal of that month interest earned that month ending balance of that month After the last iteration, the program should display a final report that includes the following information: You count number of months in data file and starting balance at the beginning of the ____ month period total deposits made during the _____ months total withdrawals made during the _____ months total interests posted to the account during the _____ months final balance Sample input 1000.00 0.1 300.20 100.00 200.00 300.00 500.00 50.00 Sample Runs: initial balance : 1000 annual interest rate : 0.1 Enter the amount deposited this month : $300.20 Enter the amount withdrawn this month : $100 ========================================================= monthly statement: the starting balance of this month : $1000.00 deposit of this month : $300.20 withdrawal of this month : $100.00 interest earned this month : $9.17 the ending balance of this month : $1209.37 Enter the amount deposited this month : $200 Enter the amount withdrawn this month : $300 ========================================================= monthly statement: the starting balance of this month : $1209.37 deposit of this month : $200.00 withdrawal of this month : $300.00 interest earned this month : $9.66 the ending balance of this month : $1119.03 Enter the amount deposited this month : $500 Enter the amount withdrawn this month : $50 ========================================================= monthly statement: the starting balance of this month : $1119.03 deposit of this month : $500.00 withdrawal of this month : $50.00 interest earned this month : $11.20 the ending balance of this month : $1580.23 ========================================================= quarterly statement: starting balance of 3 month period : $1000.00 total deposit of 3 month period : $1000.20 total withdrawal of 3 month period : $450.00 total interest of 3 month period : $30.03 ending balance of 3 month period : $1580.23 REQUIREMENTS:- Your program should provide an appropriate prompt and messages to inform the user. User cannot overdraw from this account. Request another amount of withdrawal Use fixed format with 2 digits after decimal point precision. Print monthly and end-of-all report Your program must have a beginning comment block and proper documentation as shown in ola1. Programming Procedure: login to ranger
ID del proyecto: 6115394

Información sobre el proyecto

38 propuestas
Proyecto remoto
Activo hace 10 años

¿Buscas ganar dinero?

Beneficios de presentar ofertas en Freelancer

Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos
38 freelancers están ofertando un promedio de $26 USD por este trabajo
Avatar del usuario
Hi, I am placing my bid on your project because I have read the requirements and I am confident enough with my C++ and algorithm skills. I am focused mostly on doing computer science homework here in freelancer.com and I would like to help you get this project done if you would give me the opportunity. I am a computer science professor and practitioner and this assignment is one of the fields that I teach very well so I can assure you an accurate result. Let me know if you are interested so I can start. Thanks.
$30 USD en 1 día
5,0 (636 comentarios)
7,3
7,3
Avatar del usuario
Hello. It looks as easy assignment, it can be done in several hours .................................
$10 USD en 1 día
4,9 (1018 comentarios)
7,4
7,4
Avatar del usuario
Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready ! Ready !
$25 USD en 1 día
4,9 (63 comentarios)
6,7
6,7
Avatar del usuario
Hello, Your task is really simple. I can do it in an hour. Thanks.........................................
$25 USD en 1 día
4,9 (213 comentarios)
6,7
6,7
Avatar del usuario
I am very proficient in c, c++. I have 15 years c++ developing experience now, and I have worked for 5 years. My work is online game developing, and mainly focus on server side, the lauguage is c++ under linux os. So, programming in c++ is never a problem. I used c++ to make many great projects, for example, I made the tools which can convert java files to c++ with the same meaning, of course garbage collection included. I made our own mobile game using c++, I even can show you the demo of client. Trust me, please let expert help you.
$25 USD en 0 día
4,8 (124 comentarios)
6,8
6,8
Avatar del usuario
Hi, I am C++ expert and can surely help you here with this project. I have a lot of experience in helping students with their assignments and tutoring. Please communicate to discuss further. I will start as soon as you award. Thank you. Regards Anshu
$30 USD en 1 día
4,7 (196 comentarios)
6,5
6,5
Avatar del usuario
Seems VERY Easy to me. I can do this before deadline. Contact me ASAP. Regards, Junaid
$15 USD en 1 día
5,0 (50 comentarios)
5,9
5,9
Avatar del usuario
I am an expert in delivering custom programs and willing to discuss further about the project specs.
$84 USD en 2 días
4,9 (37 comentarios)
6,1
6,1
Avatar del usuario
Hi mate, I can do this assignment for you if you want, thanks for your consideration! Regards. Hoang
$10 USD en 0 día
5,0 (61 comentarios)
5,1
5,1
Avatar del usuario
I have 5 years experience in C/C++ programming. I can easily handle this kind of problem. Please let me help you finish it. Thank you!
$25 USD en 2 días
4,8 (11 comentarios)
4,0
4,0
Avatar del usuario
Hello, I am finishing my master now and I work as a professional programmer. If the price seems fair to you, please let me know. Good luck with your studies by the way :-)
$30 USD en 1 día
5,0 (5 comentarios)
3,1
3,1
Avatar del usuario
A proposal has not yet been provided
$25 USD en 0 día
4,8 (3 comentarios)
2,2
2,2
Avatar del usuario
Hello I am a Masters in Embedded systems student and I am a skilled C++ Programmer. I can do this project for you within one day. Can you please convert this into a hourly project then that way I can reduce the bid further.
$15 USD en 1 día
4,2 (1 comentario)
2,7
2,7
Avatar del usuario
Hi dlwo, This project is simple yet interesting. You can see my past two projects in C and C++ here: https://www.freelancer.com/projects/C-Programming/Keyword-search-multi-threading.html https://www.freelancer.com/projects/C-Programming-Software-Testing/Write-some-Software.html This is how I plan to do this project: 1. Read the initial amount and the interest rate from the first line in the file. 2. For each month (loop) show the monthly statement as described, this is only a matter of a few calculations and checking if withdrawal amount is not more than total amount in the account 3. Keep a total count of withdrawals and deposit, and show summary information for all the months. This should be coded in less than an hour. I am only charging the minimal amount because I want to add C++ experience to my profile, because I have deep interest in C++. You can pay me the full amount after the project is done. Plus, there would be no memory leaks in the program, no redundant memory usage and program would be of minimal complexity. Thanks a lot for reading my bid. Looking forward to work with you. Questions are welcome in chat.
$10 USD en 0 día
5,0 (2 comentarios)
1,1
1,1
Avatar del usuario
Hello sir , I am a programmer in C++ I will be able to do your project in given time and money . Please get in touch so that we can discuss more . With regards, N L Ramachandrachudamani
$25 USD en 5 días
3,6 (1 comentario)
1,8
1,8
Avatar del usuario
I will like to work on the project. I have 12 yrs exp and out of that 4 yrs in c++. I have gone through the requirements I could do it in 1 day Minal From Risbud software consultancy
$30 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Dear client, I've experience in using C++. I can deliver this project within a day. Just want to clear one thing, at the end of each month you are asking user to input total withdraws and deposits of that month or you are getting that in a .txt file ??
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Written very similar programs while taking computer science classes in college. I have a very strong knowledge of c++, so this will be no problem at all. I am looking to build my reputation on this site, so I figure taking small jobs like this should help.
$20 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I am a C++ tutor, and will comment and document your code in such a way that you can also understand what it does and how the logic behind it works.
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I am the best person for this project. Contact me with your requirements for better and good quality output.
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
atlanta, United States
5,0
13
Forma de pago verificada
Miembro desde nov 18, 2013

Verificación del cliente

¡Gracias! Te hemos enviado un enlace para reclamar tu crédito gratuito.
Algo salió mal al enviar tu correo electrónico. Por favor, intenta de nuevo.
Usuarios registrados Total de empleos publicados
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Cargando visualización previa
Permiso concedido para Geolocalización.
Tu sesión de acceso ha expirado y has sido desconectado. Por favor, inica sesión nuevamente.