Jobs/Vacancies › Re: Andela: IT Training And Job by ndugba: 2:34pm On Aug 07, 2016 |
olahwisdom: I'm in kinda the same situation as you. I filled the form today and sent them a mail explaining what happened. Expecting a reply tomorrow. I did about the same thing you did..Also I tried calling one of the recruitment team but she told me to call back tomorrow being Monday. I hope to get a positive response by tomorrow |
Jobs/Vacancies › Re: Andela: IT Training And Job by ndugba: 8:12am On Aug 07, 2016 |
D34lw4p: I've gotten invitation to Bootcamp, anyother person? I got an invite too but I saw it today and the confirmation deadline has passed..what do you think I should do? |
Programming › Re: Coding Challenge 3: Sum Of Primes by ndugba: 8:44am On Jul 17, 2013 |
Test Your Skill in using For Loop Write a program to out put the pattern below
Input:[font=Lucida Sans Unicode][/font] 2
Output:
********** ** * * * * * * * *********** * * * * * * * * * * * * ********* * * * * * ** ** ***********
Input: 1
output:
********** * * * * * * * * * * * * **********
For every integer input , the corresponding output should be drawn using asteriks.. Have fun [/code][/quote][quote] [code] |