- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
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,…
5 Posted Topics
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 … | |
[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 … | |
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, … | |
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 … | |
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 … |
The End.