Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #107.55K
~279 People Reached
Favorite Forums
Favorite Tags
java x 1

1 Posted Topic

Member Avatar for Java John needs

public class Bilang { public static void main(String[]args) { Counter b0 = new Counter(); Counter b1 = new Counter(); Counter b2 = new Counter(); Counter b3 = new Counter(); b0.setNext(b1); b1.setNext(b2); b2.setNext(b1); b3.setNext(null); System.out.println("count"); System.out.println("exit"); } public void count() { if(b==0){ b=1; }else{ b0=0; if(next.count(b1)); } if(b1==0){ b1=1; }else{ b1=0; …

Member Avatar for NormR1
0
279

The End.