- Upvotes Received
- 2
- Posts with Upvotes
- 1
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
Re: because you're too lame to understand Why are people stupid? | |
Re: I'm in a BA/BS Computer Science major and currently your going to at least have to know up to Calculus 2, linear algebra(fancy way of saying Calc 3), and Statistics. Doing some internships outside of school; your really going to need advance math. And yes in the US (at least … | |
Re: Honestly, (I hate to be the underdog) but Apple will pretty much be dead soon. Think about it everything they do, Samsung, Sony, and especially Google; does a lot better. Especially with the way the economy is running in most countries I see a small company like Archos becoming part … | |
I recently installed windows 7 on an windows XP Intel Centrino. Ever since then I can't play my games like grand chase due to the fact that I now have a standard VGA graphic driver. Also when I go to DXDIAG I found that my computer is a Intel(R) Pentium(R) … | |
[CODE] import javax.swing.JOptionPane; public class Finance { public static void main(String[]args) { boolean Access = false; String studentName = JOptionPane.showInputDialog(null, "Enter in your name: "); //String current = JOptionPane.showInputDialog(null, "Enter your password: "); //double currentBalance = Double.parseDouble(current); Account newAccount = new Account(studentName); //Gains access to Account class JOptionPane.showMessageDialog(null, newAccount.toString()); } … |
The End.