



Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Material Type: Assignment; Professor: Spradling; Class: COMPUTER PROGRAMMING I; Subject: Computer Science/Info Systems; University: Northwest Missouri State University; Term: Spring 2010;
Typology: Assignments
1 / 5
This page cannot be seen from the preview
Don't miss anything!




44.141 Exercise
public static double method5(int number) { if ( number == 10 ) return (double) 10 * 2; else return (double)10; } }
} //======= end class StaticProblem2 =======