Find Jobs
Hire Freelancers

simple c++ project

$10 USD

Closed
Posted over 5 years ago

$10 USD

Paid on delivery
Write a program that will generate 60 random numbers from min to max where min and max are both input by the user and load them into an Array. Afterwards split the numbers into even and odd into two separate arrays. After the numbers have been split into even and odd print all three arrays at the end. Space the numbers and line them with 12 elements per line. (Use an appropriate C++ function to do that) Write a void function named input to let the user enter min and max. Assume the user enters these values such that min < max and that min and max are at most 2 digits. Generate the random numbers between min and max and load them into an array named ArrayN. Then write the code to put the even numbers from ArrayN into ArrayE and the odd numbers from ArrayN into ArrayO. Write a function named print that will print the elements of the array 12 items per line once the array is passed as a parameter. Zero any element in the array that is not used. Use it to print the arrays ArrayN, ArrayE, ArrayO above. The output should be the three arrays lined up: the original array (ArrayN), the array of even numbers (ArrayE) and the array with odd numbers (ArrayO).
Project ID: 18050384

About the project

36 proposals
Remote project
Active 5 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
36 freelancers are bidding on average $20 USD for this job
User Avatar
Hi, Dear Employer! I am really interested in your project. I have enough experience in Python, C/C++, C#, java programming. I am 100% sure I can satisfy your requirements perfectly. User-Friendly Interface And Clear Algorithm Will Encourage Your Project. I want a long-term relationship with you. Thank you and best regards!
$100 USD in 1 day
4.9 (95 reviews)
7.7
7.7
User Avatar
Hi there, I went through the requirements and I would like to do this project if given the opportunity. Let me know if you are interested.
$10 USD in 1 day
5.0 (1066 reviews)
7.7
7.7
User Avatar
Hello, it is an easy problem... but, let me know if I can use c++ data structures like "vector" to store the numbers, or just static arrays like int A[10] ?..
$15 USD in 1 day
5.0 (191 reviews)
7.6
7.6
User Avatar
I’m an expert in computer programming. I can do this project easily. We can have a chat about it.
$30 USD in 1 day
4.9 (445 reviews)
7.6
7.6
User Avatar
I am very proficient in c and c++. I have 16 years c++ developing experience now, and have worked for more than 7 years. My work is online game developing, and mainly focus on server side, using c++ under Linux environment. I made many great projects using c++, for example, I made the tools which could convert java codes into c++ scripts, of course garbage collection included, this was very similar to a compiler, and was very complex. I also made our own mobile game using c++, I can show you the demo of client, if you like. I am very proficient in java also. I have a very good review on Freelancer.com, I never miss a project once I accept the job, you can check my review. Trust me, please let expert help you.
$30 USD in 1 day
4.9 (215 reviews)
7.4
7.4
User Avatar
Hello I am C++ expert and interested in this project. I have reviewed the details and confident to handle the project perfectly. I will keep codes simple and well documented. Please communicate to discuss further. Regards Anshu
$50 USD in 1 day
4.7 (345 reviews)
7.2
7.2
User Avatar
Hello. How are you . I have read I have strong knowledge in Data structures, Algorithms Design, Computer Architecture, And I'm expert in C/C++ etc. I'm interested in this project. Please send me a message so that we can discuss more. Then I'll be happy. I wait for your good reply. Thanks.
$15 USD in 1 day
4.9 (220 reviews)
6.7
6.7
User Avatar
Hi, I can easily write such program for you. Please contact me if you are interested in cooperation.
$30 USD in 1 day
5.0 (98 reviews)
6.5
6.5
User Avatar
Hi, I would like to write the C++ project for you that generates random numbers. You can rely on me. I am an experienced developer. Looking forward to hear from you. Best regards, Oleg
$10 USD in 1 day
5.0 (46 reviews)
6.2
6.2
User Avatar
Hello there, lots of experience teaching algorithms and programming with C/C++. let me know if you're interested. Cheers!
$15 USD in 10 days
5.0 (59 reviews)
5.8
5.8
User Avatar
Hi. I have read your description and have interests in your project. I would like to have a discussion with chat to get more about your project. Thanks.
$30 USD in 1 day
4.9 (44 reviews)
5.6
5.6
User Avatar
Hi, I have a master's degree in computer science, over 15 years of experience, and I'm a published author of books on Data Structures & Algorithms, and Computer Programming. I routinely help graduate/post-gradate students, and even doctoral candidates with various tools & utilities required in their academic pursuits of top grades, coded in C/C++/Java/Python. I believe in first time right delivery, and this commitment is reflected in my 5-star rating and 100% completion rate. I believe I am a good fit given your requirements. Looking forward to working with you on this project, and establishing a basis for ongoing professional engagement. Thanks, Gaurav
$50 USD in 1 day
5.0 (16 reviews)
5.6
5.6
User Avatar
Hello, I am interested in your project. I can provide you the code in 1 hour. If that is okay with you. The code will be fully commented and if any support needed after the project's completion I am willing to provide it. Thank you.
$10 USD in 10 days
5.0 (28 reviews)
4.6
4.6
User Avatar
Hello Sir, I am confident programmer with firm grip in C/C++ programming I'll do this task with 100% perfection as needed with guaranteed least rates and on time delivery you can sent me a message to discuss the details waiting for your response Thanks
$10 USD in 1 day
5.0 (13 reviews)
4.1
4.1
User Avatar
I have good knowledge and experience of C && C++ programming. I can deliver project in several hours(less than a day) and I amn't asking much money for it.
$10 USD in 1 day
5.0 (20 reviews)
3.6
3.6
User Avatar
Hi, I am a software engineer, I read your project description carefully. It really belongs to my expertise. I offer you 100% guaranteed work. All payment will be after satisfying you with work. Hope to hear from you. Regards, Muhammad Haseeb
$15 USD in 10 days
5.0 (4 reviews)
3.2
3.2
User Avatar
Dear client. I'm very interested in your project. Let's get started working. Waiting your kind reply. Best regards/
$30 USD in 0 day
3.8 (13 reviews)
3.8
3.8
User Avatar
Hello. I have completed many C/C++ projects. I can do your project right now. Please give more details via chat. Thanks.
$15 USD in 1 day
5.0 (10 reviews)
2.9
2.9
User Avatar
Is this the output you're expecting? Enter min and max values: 10 20 Range: [10, 20] 18 19 19 11 17 15 15 20 11 10 17 17 15 18 16 17 13 17 19 12 17 17 18 20 16 17 18 15 16 17 12 11 19 20 20 12 14 19 17 15 14 17 15 16 17 10 15 10 15 14 15 11 13 20 16 10 10 16 17 18 18 0 0 0 0 0 0 20 0 10 0 0 0 18 16 0 0 0 0 12 0 0 18 20 16 0 18 0 16 0 12 0 0 20 20 12 14 0 0 0 14 0 0 16 0 10 0 10 0 14 0 0 0 20 16 10 10 16 0 18 0 19 19 11 17 15 15 0 11 0 17 17 15 0 0 17 13 17 19 0 17 17 0 0 0 17 0 15 0 17 0 11 19 0 0 0 0 19 17 15 0 17 15 0 17 0 15 0 15 0 15 11 13 0 0 0 0 0 17 0 I have a working code for this. Ping me.
$10 USD in 1 day
5.0 (7 reviews)
2.8
2.8
User Avatar
Hello! I have experience with arrays and functions such as those mentioned in the project. I would work on the project diligently and 10 days is for the purpose of making sure everything gets done well.
$25 USD in 10 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of UNITED STATES
elmhurst, United States
5.0
2
Payment method verified
Member since Oct 29, 2018

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.