₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,132 members, 8,420,502 topics. Date: Thursday, 04 June 2026 at 10:14 PM

Toggle theme

Help With This Programming Assignment. - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingHelp With This Programming Assignment. (999 Views)

1 Reply (Go Down)

Help With This Programming Assignment. by umbawo(op): 5:10pm On Oct 15, 2017
(add your name from two variables where you have stored your first name and last name)

My drawing

Make some art where you at least use filling, stoking, curves
Re: Help With This Programming Assignment. by melodyogonna(m): 6:25pm On Oct 15, 2017
javascript
 var fname ='Melody';
 var lname = 'Ogonna';
 var fullname = fname+lname;
 console.log(fullname);
 
. . python
 fname = 'Melody'
 lname = 'Ogonna'
 fullname = fname+lname
 print (fullname)
 
. . . Not tested tho
Re: Help With This Programming Assignment. by toastmagazinenigeria: 6:35pm On Oct 15, 2017
<? php $fname = "John"; $lname =" Doe"; echo $fname . $lname;

?>
Re: Help With This Programming Assignment. by umbawo(op): 9:06pm On Oct 15, 2017
it suppose to be on javascript language. I got it to some extend but lost it at some point using the canvas. newbie to programming.
1 Reply

Can You Solve This Programming Questions?Somebody Should Help Me Answer This Programming QuestionGet All This Programming Video Tutorials Very Cheap234

Solution To The Skill Gap In ICT In AfricaJquery Date Picker With ExampleBuilding A Beautiful Mobile Portfolio App With Ionicframework, Nodejs, Cloudinar