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
~358 People Reached
Favorite Forums
Favorite Tags
Member Avatar for yaya123

i wrote a program that have four classes .one of these classes is Date : class Date { public Date(int year,int month,int day) } in other classes there are some method that one of they're input is Date for example public void f(Account account ,Date date) i want to write …

Member Avatar for dasi
0
254
Member Avatar for yaya123

I am writing code that has classes like playlist,album,artist,song in playlist class i need to write a method that will play the first song public void play(){ //the code } what sould I write

Member Avatar for JamesCherrill
0
104