272
Originally Posted by goldenfri,Mar 5 2010, 10:12 AM
crap, so did I...
Originally Posted by bighead,Mar 5 2010, 10:06 AM
hola 
just a little homework for your reading pleasure:
/*
* UMUC CMIS 141
* Project 2
* William Johnson
* This assignment includes a method that takes a variable 'year' passed
* by the main method, determines if the year is a leap year or not,
* then returns the appropriate number of days back to the main method
* where it is displayed in a loop of a range of years.
*/
public class Project2 {
public static int numberOfDaysInAYear(int year) {
int days;
// if it is divisible by 100
if (year % 100 == 0) {
// i

just a little homework for your reading pleasure:
/*
* UMUC CMIS 141
* Project 2
* William Johnson
* This assignment includes a method that takes a variable 'year' passed
* by the main method, determines if the year is a leap year or not,
* then returns the appropriate number of days back to the main method
* where it is displayed in a loop of a range of years.
*/
public class Project2 {
public static int numberOfDaysInAYear(int year) {
int days;
// if it is divisible by 100
if (year % 100 == 0) {
// i
Originally Posted by leadfootgirl,Mar 5 2010, 10:13 AM
today was bulk recycling too.. wanted to get some stuff out but was too beat last night.. now i gotta wait til next month?? or make arrangements to take to shady grove myself.. boo.

Do you need taillights?
https://www.s2ki.com/forums/index.php?showt...&#entry18261388









