Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~406 People Reached
About Me

I am a junior in college majoring in computer science.

Interests
I like computers,not so much software tho; music I love music.
Favorite Forums
Favorite Tags
Member Avatar for dbanks4271

public class HealthProfile { private String healthfirstName; private String healthlastName; private String gender; private Float birthday; private Float weight; private Float height; private Double maximumheartrate; private Double targetheartrate; private Double bmi; //starter public void setHealthfirstname( String name ) { healthfirstName = firstname; } public String getHealthfirstname() { return healthfirstName; } …

Member Avatar for coil
0
216
Member Avatar for dbanks4271

name: dwight banks age: 21 location: MS height: 6'4 yea ummm i like computers, software not so much. movies: funny people, police academy, 1980's comedies. music: i like alot of music.from country to hip hop/rap

Member Avatar for qlipboard
0
57
Member Avatar for dbanks4271

im writing a Coin program that tells the user to input a integer between 1 and 99..and reads back how many quarters, dimes, nickels, and pennies back. this is what i have. import java.util.Scanner; public class Main { public static void main( String[] args ) { Scanner input = new …

Member Avatar for Katana24
0
133