Find Jobs
Hire Freelancers

a program to find prime numbers

$10-30 USD

Terminado
Publicado hace más de 8 años

$10-30 USD

Pagado a la entrega
to write a program to find prime numbers between 1-100 plz read the file to understand the project
ID del proyecto: 8520698

Información sobre el proyecto

41 propuestas
Proyecto remoto
Activo hace 9 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
Adjudicado a:
Avatar del usuario
I would like to bid this job because I am really suitable for job description: First: I am an software engineer who is very familiar with C/C++. In fact, I have done so many projects of C/C++(Karatsuba multiplier, Nintendo design, encryption algorithm like Sax Hash, Bernstein Hash, HummingBird...Especialy, I participated in a Walker Recognition project(data from Camera to Human Detection(image processing-HOG feature and Adaboost) and display in VGA). Besides,,I implemented the image conpression (wavelet transform). Also, I am very good in English (IELTS 6.0) and I have several year of researching so I can fully understand your requirement and understand fully about the papers and write the academic report.. Please contact me and let me know if you want any special requirement and do with lower price. Thank you.
$10 USD en 0 día
4,9 (17 comentarios)
6,0
6,0
Avatar del usuario
I am an Asst. Prof. and I am teaching this from last 7+ years. In my career i made this program more than 100 times in different languages like C, C++, Java, VB.Net, C#.Net and PL/SQL. Please send me a text for intimation, if u award me this work.
$10 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
41 freelancers están ofertando un promedio de $17 USD por este trabajo
Avatar del usuario
Hi, I have read the requirements and I would like to do this project if given the opportunity. I am a computer science practitioner and having the "C++ and Algorithms Certification Badge" in my profile gives me confidence and assurance that I can deliver you the project as required. Let me know if you are interested so I can have further details besides what was posted. Thanks.
$20 USD en 0 día
5,0 (550 comentarios)
7,2
7,2
Avatar del usuario
Hello, I got your problem statement. I have worked with many programs like this using C/C++. I surely satisify you with my work.
$10 USD en 1 día
5,0 (30 comentarios)
5,5
5,5
Avatar del usuario
A proposal has not yet been provided
$25 USD en 1 día
5,0 (32 comentarios)
5,2
5,2
Avatar del usuario
Hi, I am able to help you and write that program. Will provide fully commented source code and assist you after completion. Kind Regards, Narek.
$15 USD en 0 día
5,0 (23 comentarios)
5,1
5,1
Avatar del usuario
A proposal has not yet been provided
$25 USD en 1 día
4,9 (10 comentarios)
4,4
4,4
Avatar del usuario
Hello I am .Net Software Developer working on Web & Desktop applications C# expert developer Database : SQL SERVER / Oracle / MS-Access / Text My good points: - Full support. - Master Degree in Computer Science - 3+ Years of experience - Delivered before time - My good habit is to leaving comment on important lines. * Visit more about me from my portfolio / Reviews --------------------------------------- If you have any query then feel free to ask Lets discus your project
$19 USD en 1 día
5,0 (13 comentarios)
3,6
3,6
Avatar del usuario
A proposal has not yet been provided
$15 USD en 1 día
5,0 (5 comentarios)
3,3
3,3
Avatar del usuario
Hello Sir, I am experienced developer. I will do your task in half hour. Contact me so we can move forward. I am looking forwards your quick response. Regards Qasim Saleem
$10 USD en 0 día
5,0 (8 comentarios)
3,2
3,2
Avatar del usuario
i had done ms in egnineering. also i had several years of experience in the field of programming using c++. i can do this task for you.
$20 USD en 1 día
5,0 (9 comentarios)
3,3
3,3
Avatar del usuario
A proposal has not yet been provided
$12 USD en 0 día
5,0 (2 comentarios)
2,6
2,6
Avatar del usuario
Hi,sir. I was interested when I saw your project. I can complete your project nicely. My skills are C, C++, Reversing, Matlab & Mathematics, Web scraping,Algorithm. I can help you very kindly. I can help you good. Best regards. Thank you.
$25 USD en 1 día
4,7 (3 comentarios)
2,5
2,5
Avatar del usuario
Hi, I could do it with C. WHat do they mean with "find THE prime number?" I am not sure what they mean with THE. Greetings, Marcel
$30 USD en 1 día
5,0 (1 comentario)
1,5
1,5
Avatar del usuario
A proposal has not yet been provided
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
We are an IT company with lots of experience. We provide professional graphical design, software design, development services and applications (web / desktop / mobile). We have several years of experience designing, developing and administering web, desktop and mobile applications on all major platforms in a variety of languages. We are specialized in database, azure, sysadmin and other services. We think we are the best fit to do this job. We are looking forward to collaborating with you.
$15 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I am a Computer Science student myself and have excellent experience coding similar college assignments so I would be a perfect candidate for this job.
$10 USD en 2 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
hello ! , thank you for your post. I'm expert in C/C++/C#, OpenGL, Graphics,VB, .net, ASP.net, java, Qt, algorithm. your task is not so difficult for me. and also I have sufficient experience in coding and i'm ready to start your task soon . so I will successfully complete your task in 2 hrs.. i'd hope to contact you ASAP and let's discuss your task. best regards.
$20 USD en 0 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
#include <stdio.h> int IsPrimeNumber(int num) { int bPrime = 1; int factor = num / 2; int i = 0; for(i = 2; i <= factor; i++) { if( (num % i) == 0) bPrime = 0; } return bPrime; } void GeneratePrimeNumbers(int max) { int i = 0; int dispctr = 0; printf("The prime numbers under %d are given below:\n". max); for(i = 2; i <= max; i++) { if(IsPrimeNumber(i) == 1) { printf("%d\t", i); dispctr = dispctr + 1; if(dispctr >= 6) { printf("\n"); dispctr = 0; } } } printf("\n"); } int main() { GeneratePrimeNumbers(100); return 0; }
$25 USD en 2 días
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
From the attached document I understand that a code/program in C++ is required for finding the prime numbers using IF-ELSE statement. Please rectify if there is any gap in our understanding. We are professional coders and can deliver the same with countable minutes of effort. We will submit the program in the word file along with the simulation result for reference. Any queries are welcomed.
$15 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I am a final year student of BSCS and I make many project of in c++ during this study program c++ as primary language . I am read your assignment doc and I will complete this on one day time and make is as requirement in doc. If your interested in feel free to contact me for further discuss and details.
$25 USD en 1 día
0,0 (0 comentarios)
0,0
0,0
Avatar del usuario
I have quite large experience with coding in c++ and c and this seems to be a very basic problem.I am sure I would be able to do it easily and with in time.
$10 USD en 1 día
0,0 (0 comentarios)
0,0
0,0

Sobre este cliente

Bandera de MALAYSIA
Malaysia
5,0
2
Miembro desde sept 16, 2015

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.