Sirnuel's Posts
Nairaland Forum › Sirnuel's Profile › Sirnuel's Posts
You need a very stable Internet connection. I would suggest you get an etisalat sim(9mobile). Try downloading at night (2am - 4am) |
This is what happens when you allow evil to grow. when this yahoo of a thing started everybody was cool with it, we celebrated and sang praises of them, because they where only duping white men. white men became cautious and they no longer had it easy, they all began to engage in all manner of unthinkable, and fetish things. We still said nothing and branded it yahoo++, its not our business since they where only using runs babes to plus up... but now nobody is safe. not your innocent little sister, not your wife, not your daughter, not even your mum... you all can enjoy the monsters you created. |
Contact me. I build native Android and IOS apps and also cross platform with Flutter. 07012446202 |
Nwambaise:And I have not lost anyone in PMT before. It doesn't change anything. Accidents happen every second. We are humans, and it is in our nature to hold someone responsible when things go wrong. All I am trying to say is to cut PMT some slack. PS: I am really sorry for your loss, I pray you never experience such a loss in this life time again |
You all are taking this PMT thing too far, Accidents happen everyday, and PMT being one of the largest road transport company with hundreds of vehicle on the road at any given time will definitely have a little bit higher rate. Fire burned nearly a hundred people to death in Lagos and most people forgot about it the next day. |
Why cant you people research before coming online to ask rubish questions?? if you are looking for an excuse to run away from java, just go, nobody will laugh at you. all this lazy programmers have you heard of Java ee? Spring? play? ninja? only few languages comes close to java in terms of speed on the server side. Java Irrelevant like seriously? I feel like smashing my keyboard on your head right now. |
Call me ==> 07012446202 |
Native Android App developer (kotlin and Java) 4 years experience 07012446202 |
P2p script needed Amount 10k 07012446202 |
U can also email ogaemma2017@gmail.com |
07012446202 sorry the previous number was wrong |
07012446201 |
DanielTheGeek:20 years from now, people will still be developing android apps using java bro |
Bolaji21:you can do it in 20K ?and one will start to wonder why Nigeria developers are not taken seriously |
call me ==> 07012446202 |
java developer with 4 years experience call 07012446202 |
go an learn object oriented programing reason why i love java, it forces you to learn oop right from your very first hello world nice job by the way |
try watching video explanations of youtube first before reading a book on it, recursion is basically calling a function over and over again with a value returned from the previous call, until the base condition returns false eg. say i have a plate of rice(say 20 spoons) and a spoon in my hand a recursive function to check when the plate is empty(number of spoon left == 0); will look like this if number of spoons remaining on plate is greater than 0; eat a spoon full; decrease the quantity of food (i.e number of spoons left); return the number of spoons left; which is then passed as parameter to a new call of the same function again the function keeps calling a new version of itself with the number of spoons left(returned from the previous call) as a parameter until there is no more food in the plate which then returns 0; the base condition "if number of spoons remaining is greater than 0;" then fails when a parameter of 0 is passed and the recursion stops. it is a lot more complex than that, but this is the best basic explanation i could come up with, at the time of writing this |
call or sms only (no whatsapp) : 07012446202 ogaemma2017@gmail.com |
Say hello in your language... . . . System.out.println("hello" ; |
Whatsapp 08115056400 |
The truth is nothing is unhackable.... Most especially websites. Itz just that nobody has had any reason to hack it yet. |
Whatsap 08115056400 |
Why not get a professional python developer and a profesional android developer?? . . . Thats how you people end up with quacks who would claim to know a thousand and 1 languages |
You are looking for a python developer with knowledge in android?? |
//////JAVA import java.util.ArrayList; import java.util.Arrays; import java.util.List; public class Main { public static void main(String[] args) { // write your code here List<Integer> myList= new ArrayList<Integer>(Arrays.asList(9, 2, 5, 4, 12, 7, 8, 11, 9, 3, 7, 4, 12, 5, 4, 10, 9, 6, 9, 4)); List<Integer> reverseList = new ArrayList<>(); for(int i = myList.size()-1; i >= 0 ; --i){ reverseList .add(myList.get(i)); } //this line dosent count either it is used to print out the reversed list System.out.println(reverseList); } } |
/** * Method to get the mean of n numbers * @param numbers - array of numbers * @return computed mean */ public static double getMean(double [] numbers){ double sum = 0; double mean = 0.0; //return 0 if there is no number if(numbers.length < 1) return 0.0; //get the sum of the numbers for(int i = 0; i < numbers.length; i++){ sum = numbers[i] + sum; } //calculate the mean mean = sum/numbers.length; return mean; } /** * Method to return the standard deviation of n numbers * @param numbers - a double[] array of numbers * @return computed standard deviation */ public static double getStandardDeviation(double [] numbers){ //Instantiate variables double sum = 0; double mean = 0.0; double variance = 0.0; double standardDeviation = 0.0; if(numbers.length < 1) return 0.0; //calculate the mean //return 0 if there is no number if(numbers.length < 1) return 0.0; //get the sum of the numbers for(int i = 0; i < numbers.length; i++){ sum = numbers[i] + sum; } //calculate the mean mean = sum/numbers.length; //reset sum to 0; sum = 0; //using the computed mean, calculate for the standard deviation for(int n = 0; n < numbers.length; n++){ double temp = Math.pow(numbers[n] - mean, 2); sum = temp + sum; } //calculate the varianceb variance = sum/numbers.length; //calcualte the standard deviation standardDeviation = Math.sqrt(variance); return standardDeviation; } |
Contact me 08115056400 |
It will be nice to state the problem tho. . . . If it is a desktop or android app 08115056400 |
?
;