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
Ranked #44.2K
Ranked #4K
~507 People Reached
About Me

Dining Philosopher ;)

Interests
Solving sudoku and mathematical puzzles
PC Specs
I work on .net but would like to explore java and may be become a guru with all the efforts i can put…
Favorite Forums
Favorite Tags
java x 2
c x 1
c++ x 1

4 Posted Topics

Member Avatar for sandyjain

Does changing the type from float to double do the trick ? My guess is that the number is being rounded because it is reaching its precision value.

Member Avatar for Banfa
0
161
Member Avatar for abhinav.sharma
Member Avatar for abhinav.sharma
0
108
Member Avatar for crestaldin

I really dont understand the need of creating a class within another class.. The logic there seems to be pretty cluttered. Instead, there should be 2 separate classes which make things simple for further modifications. Also, delegations are a better way of object orientated programming. The student class can be …

Member Avatar for Phaelax
0
104
Member Avatar for Lunaticrr

Well i came up with a possible solution which was pretty trivial.. i hope this is what you are looking for.. import javax.swing.*; public class SwingUtility { public static void main(String args[]) { int input1; int input2; int input3; int Volume; input1=Integer.parseInt(JOptionPane.showInputDialog(null,"Enter the length of the swimming pool:")); input2=Integer.parseInt(JOptionPane.showInputDialog(null,"Enter the …

Member Avatar for karthikbgl
0
134

The End.