Sunday, June 8, 2008

frugooscape

import java.util.Scanner;
class bank
{
String name;
int accNo;
String type;
int bal;
void getdata(String n-int a-String t-int b)
{
name=n;
accNo=a;
type=t;
bal=b;
}
void deposit(int x)
{
bal=bal+x;
}
void with(int y)
{
if(bal>y)
{
bal=bal-y;
}
else
{
bal=bal;
System.out.println("Sorry u r withdrawal amt is higher then u balance");
}
}
void display()
{
System.out.println("Your name: "+name+ \n +"And U R balance is: "+bal);
}
}
class banktest
{
public static void main(String args[])
{
Scanner input=new Scanner(System.in);
int n;
System.out.println("Enter no of objects: ");
n=input.nextInt();

String s-q;
int x-y-i;

System.out.println("Enter the details of Different Holders: ");

bank o[]=new bank[n];
for(i=0;i<n;i++)
{
o[i]=new bank();

System.out.println("enter name: ");
s=input.nextLine();
System.out.println("enter acc type: ");
q=input.nextLine();
System.out.println("enter acc no: ");
x=input.nextInt();
System.out.println("enter balance amount: ");
y=input.nextInt();
o[i].getdata(s-x-q-y);
o[i].display();
}


}
}

Running firefox 3 on a new PC- got latest flash and Java- cleared cache. The page loads but the video doesn t load at all- been like this for days now. any help much appreciated.

i have Motorola l6. i dont know about RSD Lite and installed one for enable java app loader.In rsd lite i gave software version code to flex after finished i noticed only 3 menus in messages and videos also gone. i am disappointed about this-now i cannot find inbox -drafts and videos etc. please if u know about how to retrieve my old setting please help me

i want to download need for speed -tomb raider and 3D java games

No comments: