Find Jobs
Hire Freelancers

C++ small fix

$10-30 USD

Ditutup
Dibuat lebih dari 10 tahun yang lalu

$10-30 USD

Dibayar ketika dikirim
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 Proyek: 5370476

Tentang proyek

27 proposal
Proyek remot
Aktif 10 tahun yang lalu

Ingin menghasilkan uang?

Keuntungan menawar di Freelancer

Tentukan anggaran dan garis waktu Anda
Dapatkan bayaran atas pekerjaan Anda
Uraikan proposal Anda
Gratis mendaftar dan menawar pekerjaan
27 freelancer menawar dengan rata-rata $15 USD untuk pekerjaan ini
Avatar Pengguna
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 dalam 1 hari
4,9 (303 ulasan)
7,2
7,2
Avatar Pengguna
Hi, I am interested in this project, Please communicate to discuss further regarding the project. Thank you
$14 USD dalam 1 hari
4,7 (196 ulasan)
6,6
6,6
Avatar Pengguna
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 dalam 1 hari
4,9 (29 ulasan)
5,3
5,3
Avatar Pengguna
A proposal has not yet been provided
$15 USD dalam 0 hari
4,6 (23 ulasan)
4,6
4,6
Avatar Pengguna
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 dalam 1 hari
4,8 (11 ulasan)
4,0
4,0
Avatar Pengguna
hello , this is incomplete , u need to initialize the num1 , num 2 and num 3 . ..........................................................
$15 USD dalam 0 hari
4,9 (8 ulasan)
3,3
3,3
Avatar Pengguna
#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 dalam 0 hari
4,9 (5 ulasan)
2,8
2,8
Avatar Pengguna
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 dalam 1 hari
5,0 (4 ulasan)
2,4
2,4
Avatar Pengguna
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 dalam 1 hari
5,0 (4 ulasan)
2,0
2,0
Avatar Pengguna
Please tell me what you do in this code. i will do free of charge..Enjoy..................................................
$15 USD dalam 1 hari
4,4 (1 ulasan)
0,8
0,8
Avatar Pengguna
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 dalam 1 hari
5,0 (1 ulasan)
0,5
0,5
Avatar Pengguna
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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 0 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
Hi , please message me , if you want to be done correctly , I can help you .I will be glad to help you !
$15 USD dalam 0 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 0 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
// 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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
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 dalam 1 hari
0,0 (0 ulasan)
0,0
0,0
Avatar Pengguna
A proposal has not yet been provided
$10 USD dalam 0 hari
0,0 (0 ulasan)
0,0
0,0

Tentang klien

Bendera UNITED STATES
Athens, United States
5,0
3
Memverifikasi Metode pembayaran
Anggota sejak Sep 19, 2013

Verifikasi Klien

Terima kasih! Kami telah mengirim Anda email untuk mengklaim kredit gratis Anda.
Anda sesuatu yang salah saat mengirimkan Anda email. Silakan coba lagi.
Pengguna Terdaftar Total Pekerjaan Terpasang
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Memuat pratinjau
Izin diberikan untuk Geolokasi.
Sesi login Anda telah kedaluwarsa dan Anda sudah keluar. Silakan login kembali.