Find Jobs
Hire Freelancers

Full stack web developer to join our team

$250-750 USD

Closed
Posted over 5 years ago

$250-750 USD

Paid on delivery
We are looking for a full stack web developer to join our team must have a fluent English. Required skills are : HTML, CSS, Javascript (jQuery), Bootstrap, PHP, Mysql . need to have a minimum of experience with CMS & frameworks like Wordpress in order to get your bid considered you must start your bid by resolving this small problem with an algorithm . Loop through numbers 1 to 1000, print "Ken" when the number is divisible by 3 (like 3, 6, 9, etc), print "Dan" when the number ends with a 3 (like 3, 13, 23, etc), print "Jason" instead (without "Ken" and "Dan") when both conditions apply (3, 33, etc)
Project ID: 17890510

About the project

41 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
41 freelancers are bidding on average $455 USD for this job
User Avatar
How are you? I am very interested in your task and the algorithm. As you checked my skill, so please hope to understand my proposal without the solution. I read your proposal carefully. I am a talented and experienced Web expert. I can complete your task perfectly. I want to know your task in detail. Please contact with me. Best regards.
$500 USD in 10 days
5.0 (218 reviews)
9.2
9.2
User Avatar
Hello, How are you? I am a senior web developer with + 7 years of developing websites. This algorithm is very simple for me. the code is like following. for (int i =0; i< 1000; i ++) { int c = i %10; int b =( i/10)%10 int a = i/100; int sum = a+b+c ; if (sum % 3 ==0 and c %3 ==0) { print "ddddd"; } else if(sum % 3 ==0) { print "bbbbbb"; } else if(c %3 ==0) { print "ssss"; } } Hope for work with you. Thanks, Peng
$555 USD in 10 days
4.9 (45 reviews)
7.5
7.5
User Avatar
Hello there, Myself having has 10 + years experience of web site development. Expert in Custom programming in php / Mysql / Jquery / Wordpress/ Joomla / OSC / Magento /OpenCart / Android / Mobile development / Responsive. Ready to start the work immediately. I am confident to handle your projects with dedication and good quality. Thanks and regards, Harpreet Singh
$400 USD in 7 days
4.9 (285 reviews)
7.6
7.6
User Avatar
Hello Here is the algorithm that resolve the problem (Code in php): for($i = 0; $i < 1000; $i++){ $divisible = ($i % 3 == 0); $ends3 = (substr($i, -1) == 3); if($divisible && $ends3){ echo $i . " Jason <br>"; } elseif($divisible){ echo $i . "Ken <br>"; } elseif($ends3){ echo $i . "Dan <br>"; } } I have over 13 years of experience working on web development and I'm available to strat the job right away. Let's talk on private for more details Thank you
$590 USD in 10 days
5.0 (71 reviews)
7.1
7.1
User Avatar
Hello I am a full stack developer and here's the algorithm for(i=1,i++;i<10){ echo "test"; } I have a lot of experience on wordpress CMS.
$250 USD in 7 days
4.9 (239 reviews)
7.1
7.1
User Avatar
السلام عليكم بعد التحية Hi hebachikhalil, Hi, I have read your job detail "Full stack web developer to join our team" and I'm Interested in your project . I have already worked on a similar project before and can deliver this as u have mentioned I Am Expert Of Bootstrap, CSS, Javascript, MySQL, PHP I can do this within your budget too $250 - $750 USD Kindly message me for next process. Thank you. مع الشكر والحية We are looking for a full stack web developer to join our team must have a fluent English. Required skills are : HTML, CSS, Javascript (jQuery), Bootstrap, PHP, Mysql . need to have a minimum of experience with CMS &amp; frameworks like Wordpress in order to get your bid considered you must start your bid by resolving this small problem with
$450 USD in 12 days
5.0 (50 reviews)
7.1
7.1
User Avatar
Hello Sir, Saw your project and it matches with my Skills and Expertise and I'm full stack web developer. I am ready to start work now. I able to do it. Please share the further detail requirement doc and lets discuss before move forward. Thanks..!!
$444 USD in 5 days
4.4 (42 reviews)
6.9
6.9
User Avatar
for($i=0;$i<1000;$i++) if( ( ($i%3) == 0 ) && ( strpos('3',$i) = len( $i ) ) ) echo "Jason" elseif( ($i%3) == 0 ) echo "Ken"; elseif( strpos( $i, '3' ) = strlen( $i ) ) echo "Dan";
$555 USD in 10 days
4.8 (40 reviews)
5.8
5.8
User Avatar
Hey. Im fullstack developer. Expirienced in Laravel, Codeigniter, Wordpress and other Joomlas, Drupals. for($i=1;$i<=1000;$i++) { if(($i%3)==0 and substr($i,-1)==3) { print 'Jason'; } elseif(($i%3)==0) { print 'Ken'; } elseif(substr($i,-1)==3) { print 'Dan'; } }
$555 USD in 10 days
5.0 (13 reviews)
5.2
5.2
User Avatar
I can Create this website for you at very low cost as I am an experienced developer & designer. I have great skills in the areas of Wordpress, Drupal .NET, PHP HTML, Javascript, SQL and Photoshop. I am looking for long term relationships with you that is why working at very good prices. Hope you will give me a chance to prove myself. Moreover, I am expert in providing SEO services which can make you rank on the first page of google on desired keywords. Money is also not an issue we can talk about it later. Please initiate chat for further discussion. I will do my best for you , with a Positive Hope!
$250 USD in 4 days
5.0 (24 reviews)
4.8
4.8
User Avatar
Hi, I have gone through your project details and i am so much interested to work with you. I can give you 40hrs/week and 160hrs/Month. I can available Mon - Friday and timing is 10.30 A.M. - 7.30 P.M. #include <stdio.h> int main() {    int i;    for(i=1;i<=1000;i++){        if(i%3==0){            if(i%10!=3){                printf("%d => ken\n",i);                }else{                printf("%d => jason\n",i);            }        }else if(i%10==3){            printf("%d => dan\n",i);        }    }    return 0; } Regards, Suman
$522 USD in 22 days
4.4 (7 reviews)
4.5
4.5
User Avatar
Hello! Nice to meet you. I am Richeng Wu. I have read your post carefully. I am a Web expert and have 7 years of experience with web. I already have experience in developing something like this. If you hire me, I will give you excellent results with a small amount of money in the shortest time. Please award me your project. Thanks
$500 USD in 10 days
4.4 (15 reviews)
4.6
4.6
User Avatar
Hi There, I've checked your requirements and I am much interested to assist you on the development of your website with fulfilling all of the required functioning very accurately and elegantly. I am very Efficient,Responsive ,Professional developer and available at IST time zone I am a professional programmer on PHP,MySQL and WordPress. Could you please message me inbox so we can talk and proceed further. Thank you
$555 USD in 6 days
5.0 (12 reviews)
3.7
3.7
User Avatar
Hi there - I am Bijay. I’ve read your brief and can see that you’d like to build a website. I am a professional designer/developer, with experience of over 10 years. I have a fundamental knowledge of HTML, CSS, JavaScript, PHP, MYSQL and WordPress/Woo-commerce. Algorithm: ------------------------------------ /* Loop through numbers 1 to 1000 starts here */ for(i=1;i<=1000;i++){ /* Check to see if i is divisible by 3 */ if( (i % 3) == 0 ){ echo "Ken"; } /* Check to see if i ends with 3 */ else if( (i % 10) == 3 ){ echo "Dan"; } /* Check to see if i ends with 3 and is divisible by 3 */ else if( ((i % 10) == 3 ) && ((i % 3) == 0 ) ){ echo "Dan"; } /*if condition statement ends here */ } /* Looping ends here */ Please pm me for discussion. Best Regards, Bijay
$300 USD in 10 days
5.0 (10 reviews)
3.6
3.6
User Avatar
Here is the code according to your requirments! for($i=1;$i<=1000;$i++){ if(($i % 3) == 0){ if(substr($i,-1) == 3){ echo "$i=Ken & Dan <br />"; } else{ echo "$i=Ken <br />"; } } else if(substr($i,-1) == 3){ echo "$i=Dan <br />"; } else{ echo "$i=Jason <br />"; } }
$300 USD in 10 days
5.0 (10 reviews)
3.0
3.0
User Avatar
for (i=1; i<=1000; i++) { if (i%3==0) print "Ken"; else { i%10==3) print "Dan"; if (i%3==0 && i%10==3) print "Jason"; } Dear Client, Good Day On Web i.e. PHP (frameworks: Cake PHP, CodeIgniter, Laravel, Zend), MySQL, Open source CMS (Magento, Joomla, Wordpress, Drupal and more), HTML5, CSS3 etc. With more than 7+ years experiences on the same, I have already developed various websites & applications. Because of this vast experience, I can assure you for the concept, quality, and support which you are looking for the web development. Please open PMB for further discussion so that we would have detailed discussion on the project. Thanks
$555 USD in 10 days
4.1 (3 reviews)
2.4
2.4
User Avatar
i am experienced web developer with 3 years of full time development in laravel and vue js. We can chat more and give more of my skills. I promise to deliver high quality work
$555 USD in 10 days
1.8 (1 review)
1.0
1.0
User Avatar
Hi there, I have an experience in bootstrap and Javascript. Also I know database connectivity. Interested to do the project individually.
$333 USD in 10 days
0.0 (0 reviews)
0.0
0.0
User Avatar
Hello I am professional full stack web developer to join your team must have a fluent English. My best skills are : HTML, CSS, Javascript (jQuery), Bootstrap, PHP, MySQL . Ping me any time. with best regards, Jagdeep Singh
$277 USD in 10 days
0.0 (0 reviews)
2.9
2.9
User Avatar
Loop through numbers 1 to 1000, print "Ken" when the number is divisible by 3 (like 3, 6, 9, etc), print "Dan" when the number ends with a 3 (like 3, 13, 23, etc), print "Jason" instead (without "Ken" and "Dan") when both conditions apply (3, 33, etc) for($i = 1; $i<=1000; $i++){ if($i%3 ==0 && $i%10==3){ echo "Jason"; }else if($i%3 ==0){ echo "Ken"; } elseif($i%10==3) { echo "Dan"; } }
$555 USD in 15 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of ALGERIA
ANNABA, Algeria
4.8
7
Member since Jun 27, 2017

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.