Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~1K People Reached
About Me

i'm just a normal girl love to live a normal life

Interests
hanging around with friends telling joke, laughing having a good time, love reading listen to music,…
Favorite Tags
Member Avatar for kwins

1. variables defined with default visibility can be seen by code in classes in the same package. 2. Every class must have a main method 3. Statically declared variables are instance variables 4. All objects use the same value for class variables 5. Set methods require a parameter 6. Primitive …

Member Avatar for masijade
-1
201
Member Avatar for kwins

[CODE]import javax.swing.*; import java.awt.*; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; public class Absolute extends JFrame implements ActionListener //Error: Absolute is not abstract method actionPerformed(java.awt.event.ActionEvent) in java.awt.event.ActionListener { public JTextField textField1,textField2,textField3; public JLabel label1; String Operatn[] = {"Add","Mult","Divide","Sub"}; //Constructor public Absolute() { JFrame frame = new JFrame(); frame.setLayout(null); JLabel label1 = new JLabel …

Member Avatar for NormR1
0
213
Member Avatar for kwins

I am a beginner in MIPS and we're given this assignment to write a programs in MIPS to convert binary string to decimal i do some research and I found some helpful information: TO convert a binary number to decimal Let X be a binary number, n digits in length, …

0
279
Member Avatar for kwins

hi i really need your help i'm a beginner in java and we're having this homework here is my code its not complete and there is error please help me solve this one :( tell me what to do [CODE]import java.io.*; public class hangukFishShop { public static void main(String[] args)throws …

Member Avatar for jon.kiparsky
0
224
Member Avatar for kwins

Is there any possible way to activate window without internet or phone? there's this computer that cannot connect to the internet we're just using it to watch movie and listen to music, a friend just re-install it last month maybe after re-install a message keeps pop up to activate window …

Member Avatar for jingda
0
390