Back again ... thought it was time to update my life...Well computer is going great so working harder than ever here is the bunnies and the rabbit inland pop`s for you bum`s in my class that need it lol
/* Programmer: brian miller Purpose: Simulate Wolves and Rabbit Environments Date: 2/24/06 */
import javax.swing.*; class Prog2 { public static void main (String [] args) { double r = 50.0; double rBirths, rDeaths, wBirths, wDeaths; double w = 100; int year = 1; int lastYear;
for (int i = 1; i < 50; i++) { rBirths = r * 0.2; r = r + rBirths; rBirths = 0; rDeaths = Math.pow(r, 2.0) * .00002; r = r - rDeaths; rDeaths = 0; if (year == 1) { System.out.println("Year " + year); System.out.println("Rabbit Population : " + (int)(r)); } if (year % 10 == 0) { System.out.println("Year " + year); System.out.println("Rabbit Population : " + (int)(r)); } year++; } for (int i = 0; i < 51; i++) { rBirths = r * 0.2; r = r + rBirths; rBirths = 0; wBirths = w * 0.1; w = w + wBirths; wBirths = 0; rDeaths = .00002 * Math.pow(r, 2.0) + 30 * w * r/10000; r = r - rDeaths; wDeaths = 200 / r * w; w = w - wDeaths; if (year % 10 == 0) { System.out.println("Year " + year); System.out.println("Rabbit Population : " + (int)(r)); System.out.println("Wolf Population : " + (int)(w)); } year++; } JOptionPane.showMessageDialog(null, "BOOM! VOLCANIC EXPLOSION!"); } }
ok now thats out of the way keep your pants on !!!
since last semester my life was hell being around some one that thinks about them sevles more than the world around them. Yet this semester iam in haven my life hasnt been happier , really this is where i belong got a new everything. oh but my true love ^_^ love you sweetheart oh did everyone check out the up and coming FF 7 game if not here is a preview link.
http://video.google.com/videoplay?docid=-7985073303233220183&q=final+fantasy
and i look forward to seeing you all at otakon going to be a blast... and of course iam dressing up again going as Naruto o,O
see you all there and its going to be hot !
i leave you with this pic
lets just say that they never seen it coming HAAHAH !
later foooooo`s |