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
~343 People Reached
Favorite Forums
Favorite Tags
java x 11
Member Avatar for Java NOOB

If I want to compare C, D, and E how do I do that with an equals method? [CODE] public class Fraction { /** * @param args */ public static void main(String[] args) { { Fraction c, d, e; c = new Fraction(5, 8); d = new Fraction(1, 2); e …

Member Avatar for jon.kiparsky
0
148
Member Avatar for Java NOOB

Hello all this is one that yes is home work but I really have no clue what to do with it. please can someone help. 23. What is the output generated by this code fragment? System.out.printf("%4.1f\n", 8.); System.out.printf("%,.1f\n", 1234.567);

Member Avatar for ztini
0
64
Member Avatar for Java NOOB

Hello, I am having a problum working on a project. how do I initialized a something that I do not want a varaiable to effect. [CODE]import java.lang.*; import java.util.Scanner; public class HW05_03 { public static void main(String[] args) { Scanner stdIn = new Scanner(System.in); int angleInDeg; double angleInRadians = Math.toRadians(angleInDeg); …

Member Avatar for JamesCherrill
0
131