Find Jobs
Hire Freelancers

C++ small fix

$10-30 USD

Cerrado
Publicado hace más de 10 años

$10-30 USD

Pagado a la entrega
I have a small c++ program that I made but its not working the way it should. It only needs a very small edit which I don't know what to do, if anyone is willing to do it free of charge because its so small? I attached the code and what the output is supposed to be when its done.
ID del proyecto: 5370476

Información sobre el proyecto

27 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
27 freelancers están ofertando un promedio de $15 USD por este trabajo
Avatar del usuario
Can help you with coding your project. We can finish in 15 min. I will also comment the code, so you will know what does what.
$10 USD en 1 día
4,9 (303 comentarios)
7,2
7,2
Avatar del usuario
Hi, I am interested in this project, Please communicate to discuss further regarding the project. Thank you
$14 USD en 1 día
4,7 (196 comentarios)
6,6
6,6
Avatar del usuario
Hello. It is very simple. I can fix it quickly. Price is $10 via paypal, you need not to award on freelancer. Thanks
$10 USD en 1 día
4,9 (29 comentarios)
5,3
5,3
Avatar del usuario
A proposal has not yet been provided
$15 USD en 0 día
4,6 (23 comentarios)
4,6
4,6
Avatar del usuario
I can do it. I have 5 years experience in C/C++ programming. Please contact me and let me help you finish the code. Thank you very much!
$10 USD en 1 día
4,8 (11 comentarios)
4,0
4,0
Avatar del usuario
hello , this is incomplete , u need to initialize the num1 , num 2 and num 3 . ..........................................................
$15 USD en 0 día
4,9 (8 comentarios)
3,3
3,3
Avatar del usuario
#include <iostream> using namespace std; int main () { int weeklysales; int expectedwages; int plan1; int num1; int num2; int num3; int plan2; cout << "Enter weekly sales amount"; cin >> weeklysales; plan1 = num1*num2+num3; plan2 = 15; cout << "Plan 1 pays" << num1*num2+num3 <<"\n"; cout << "plan 2 pays" << +15 <<"\n"; if (plan1 > plan2) cout << plan1 << "is greater than plan2" <<endl; else cout << plan1 << "is not greater than plan2" <<endl; return (0);} this will work! try it. . .
$10 USD en 0 día
4,9 (5 comentarios)
2,8
2,8
Avatar del usuario
hey its a very small fix.. i'll do it for free. given that you give me very good review.. here's the fixed code #include <iostream.h> #include<conio.h> void main () { int weeklysales; int expectedwages; int plan1; int num1; int num2; int num3; int plan2; cout << "Enter weekly sales amount"; cin >> weeklysales; cout << "Enter num1"; cin >> num1; cout << "Enter num2"; cin >> num2; cout << "Enter num3"; cin >> num3; plan1 = num1*num2+num3; plan2 = 15; cout << "Plan 1 pays" << plan1 <<"\n"; cout << "plan 2 pays" << plan2 <<"\n"; if (plan1 > plan2) cout << plan1 << "is greater than plan2" <<endl; else cout << plan1 << "is not greater than plan2" <<endl; } regards
$10 USD en 1 día
5,0 (4 comentarios)
2,4
2,4
Avatar del usuario
let expert do this https://www.freelancer.com/u/pivn.html https://www.freelancer.com/u/pivn.html https://www.freelancer.com/u/pivn.html
$20 USD en 1 día
5,0 (4 comentarios)
2,0
2,0
Avatar del usuario
Please tell me what you do in this code. i will do free of charge..Enjoy..................................................
$15 USD en 1 día
4,4 (1 comentario)
0,8
0,8
Avatar del usuario
i will do it for free its not a big error just tell me the details of your output and your work will be done :)
$10 USD en 1 día
5,0 (1 comentario)
0,5
0,5
Avatar del usuario
Hi, Simple code will get fixed under 5 minutes (lol). Nothing else to write just filling up space because there's a 100 character requirement. Thanks.
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I will do it for free budy gimme details that what do this program need to do. Its seems like you are working on your assignment
$10 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I'm keenly interested in doing programming tasks in C++. Its just a start for me in freelancer.com and I want to prove my skills here.
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
Hi , please message me , if you want to be done correctly , I can help you .I will be glad to help you !
$15 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I can fix your existing code without adding any extra includes or the like. The problem is the the line int main () {; You never put a semicolon after a bracket like that, so it should read int main () { To fix the rest of the code, I would need to know what you're trying to do.
$30 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I will complete this for you for free all I ask is a 5 rating 100% completion rate and good review. I would have finished this in a few minutes but your post said that you attached the code and what the results should look like. There are many unused variables in your code yet only one input taken. If you will post the results then I can finish this properly very quickly and it will only cost you a good review. Thank you for your consideration. Travis
$10 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
// If this is the solution for you? If not, ask more. #include <iostream> using namespace std; int main () { //int weeklysales; //int expectedwages; int plan1; int num1; int num2; int num3; int plan2; num1 = 5; num2 = 7; num3 = 10; //cout << "Enter weekly sales amount: "; //cin >> weeklysales; plan1 = num1 * num2 + num3; plan2 = 15; cout << "Plan 1 pays " << plan1 <<".\n"; cout << "Plan 2 pays " << plan2 <<".\n"; if (plan1 > plan2) cout << plan1 << " is greater than plan2 (" << plan2 << ")." << endl; else cout << plan1 << " is not greater than plan2 (" << plan2 << ")" << endl; return (0); }
$10 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I want to help you even if you need for free. I have been doing some projects using C and C++ language and believe that I could help you.
$13 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
A proposal has not yet been provided
$10 USD en 0 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de UNITED STATES
Athens, United States
5,0
3
Forma de pago verificada
Miembro desde sept 19, 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.