Samnelly4u's Posts
Nairaland Forum › Samnelly4u's Profile › Samnelly4u's Posts
1 (of 1 pages)
minions:Same here |
YorubaEmir: |
maigemuu:The JavaScript code gives you 2 dimensional array i.e array in array like nested if statement. It's to generate pascal triangle. say you input 3 the result would be 1 11 121 it will always initialize the first and last number to 1 and add the number directly above it together. |
assurancefemi:Have you done the interview challenge code? |
gentletalkaktiv:Yes, Thanks man |
DonPikko:here is the task: Given a non-negative integer, return an array or a list of the individual digits in order. separate multiple digit numbers into an array Parameters n: Number - Number to be converted Return Value Array<Number> - Array of separated single digit integers Examples n Return Value 123 [1,2,3] 8675309 [8,6,7,5,3,0,9] |
guys please i need your help on this function digitize(n) { let str = String(n); return str.split('').map(Number).sort(); } Test Results: Test Passed: Value == true Test Passed: Value == true Test Passed: Value == true Expected: true, instead got: false Expected: true, instead got: false
|
please help me do it if u know it. Its an assignment and its date is numbered pls nd pls programmer in the house. |
Write a FORTRAN program that accept a polynomial e.g x^3+5x^3-2x+1 and output the derivative (diffrentiate) of the polynomial. Thanks pls its urgent. God bless u as u help |
Pls i need latest fortran programming software from 2003 to 2010 above. Pls nd pls send it to my mail olasam4liv@gmail.com samnelly4u@yahoo.com |
ok, thanks |
@ NeoTesla pls give me the pseudo code and froe java. thanks |
I designed a simple interest calculator programm in vb.net, how can i convert it to a window running application programm? Thanks for you contributions |
pls guy if you know the declaration of multiplication and inverse pls give me, even i stil need dat of minus and plus to compare to what i did here mayb am right or not. Thanks my great programmer, we shall all meet on top |
write a programm that will accept two 5x3 matrix a. Plus b. Multplication c. Minus d. A inverse. Using visual studio 2010 |
i was given an assignment in my school to write a programm that contain all ASCII Code (American standard Code for Information) we are using VB.NET i.e micsrosoft visual studio 2010 software please help me post d code and necessary note on it, is to be summited on Tuesday 12/03/2013. Thank u all |
1 (of 1 pages)

