Remember, you MUST register to post on the Fiesta Fan forums. It's completely free to join. Just click HERE to become a member for free!


REGISTER NOW TO REMOVE ALL ADS ON THIS FORUM!

Reply
 
Thread Tools Search this Thread Display Modes
Old 03-24-2008, 07:27 PM   #1
Zwivix
AichtVeeGee4Life

 
Zwivix's Avatar
 
Moebius Syndrome Champion!Tournaments Won: 7

In-Game Name: Zwivix|iThePirate|GardenWeasel
Current Level: 103.01| 67.10|50.24
Server: Teva
Posts: 2,412
Zwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to behold

I wish I was home on Spring Break....must keep bored away...

I have no idea what you guys are talking about but i wish i did ^^
__________________

● If I kill you, that means I'll be the one closest to you when you're on your deathbed●
● If anyone else kills you, I'll kill that person●


Disclaimer:150% guy I prefer the siggys with the hot babes for my own visual gratification!"

TEVA:
||Zwivix (Lv.103)[Ranger]||Holy_VanGuards||♥Nilathiel♥
||iThePirate(Lv.66)[Warrior]||VanGuards
||GardenWeasel(Lv.50)[WizMage]||VanGuards
Zwivix is offline   Reply With Quote
Old 03-24-2008, 07:40 PM   #2
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Scanner;

/**
* @author --------------, Mar 24, 2008
*
*/
public class Bank {

/**
* <b>Intent:</b> Describe the purpose of the method. <br>
* <b>Pre-condition:</b> Describe what needs to be true before use of
* method. <br>
* <b>Post-condition:</b> Describe what is true after a call to method.
* <br>
*
* @param args
* @throws IOException
*/

public static void main(String[] args) throws IOException {
ArrayList<BankAccount> aList1 = new ArrayList<BankAccount>();
Scanner inFile = new Scanner(new File("lab9.dat"));
BankAccount a1;
String n;
double mun;
int num;

while (inFile.hasNext()) {
n = inFile.nextLine();
num = inFile.nextInt();
mun = inFile.nextDouble();
a1 = new BankAccount(n, num, mun);
aList1.add(a1);

}

}

}
ffs, exception in main blah blah blah yet my brain is not functioning properly to figure out what i screwed up
__________________

"Broken moves are also vampiric in nature"

Last edited by Destrus; 03-24-2008 at 08:14 PM..
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:48 PM   #3
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
ok, i've discovered the problem isn't me. it just gave me the same error for a working program
__________________

"Broken moves are also vampiric in nature"
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:50 PM   #4
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
nvm, it was still doing the same file even though i clicked on anotehr one
__________________

"Broken moves are also vampiric in nature"
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:52 PM   #5
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
ffs, i quit, i see what the problem is now
__________________

"Broken moves are also vampiric in nature"
Destrus is offline   Reply With Quote
Old 03-24-2008, 07:53 PM   #6
Zwivix
AichtVeeGee4Life

 
Zwivix's Avatar
 
Moebius Syndrome Champion!Tournaments Won: 7

In-Game Name: Zwivix|iThePirate|GardenWeasel
Current Level: 103.01| 67.10|50.24
Server: Teva
Posts: 2,412
Zwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to beholdZwivix is a splendid one to behold
So whats the problem?
__________________

● If I kill you, that means I'll be the one closest to you when you're on your deathbed●
● If anyone else kills you, I'll kill that person●


Disclaimer:150% guy I prefer the siggys with the hot babes for my own visual gratification!"

TEVA:
||Zwivix (Lv.103)[Ranger]||Holy_VanGuards||♥Nilathiel♥
||iThePirate(Lv.66)[Warrior]||VanGuards
||GardenWeasel(Lv.50)[WizMage]||VanGuards
Zwivix is offline   Reply With Quote
Old 03-24-2008, 07:54 PM   #7
Destrus
Lizard Knight
 
Destrus's Avatar
 
Tournaments Won: 10

In-Game Name: Fyoran
Current Level: 3x
Server: teva
Posts: 876
Destrus has a spectacular aura aboutDestrus has a spectacular aura about
asfasdfas nvm, that's not the problem
__________________

"Broken moves are also vampiric in nature"
Destrus is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:26 PM.
Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.