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
~1K People Reached
Favorite Tags
c++ x 10
java x 6
Member Avatar for dbwalters

Hello, I was hoping that someone might be able to help me with this program: [code] import java.awt.*; import java.awt.event.*; import javax.swing.*; import javax.swing.text.*; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.io.FileNotFoundException; public class CustomerInfo extends JFrame implements ActionListener { //construct components JTextPane textPane = new JTextPane(); //initialize data in …

Member Avatar for hrdzdier
0
809
Member Avatar for dbwalters

Hello, I am trying to find out the folowing question: For what integer values of N is 10N lg N > 2N^2 ? a) 0 <= N <= 12 b) 1 < N <= 12 c) 0 < N < 12 d) 0 < N < 13 I think the …

Member Avatar for aashish.raina
0
108
Member Avatar for dbwalters

Hello, I am trying to find an answer to the following question: For what integer values of N is 10N lg N > 2N^2 ? a) 0 <= N <= 12 b) 1 < N <= 12 c) 0 < N < 12 d) 0 < N < 13 I …

0
52
Member Avatar for dbwalters

Hello, I am working on a program that is using the type DATE to develop a class Event to model events scheduled for dates. This might be a familiar question to some, but, I have run into an error during the compile and I need help in debugging it. Below …

Member Avatar for dbwalters
0
103
Member Avatar for dbwalters

Hello, I am trying to create a program that will read the point-slope information for two lines and determine if they intersect or are parallel. Below is the code I have: [CODE=c++]/*Point_Slope.ccp Reads the point and slope information for two lines and * determines whether they intersect or are parallel. …

Member Avatar for dbwalters
0
149