Untitled
unknown
plain_text
2 years ago
193 B
8
Indexable
public class Start{
public static void main(String []args){
Account a = new Account ();
a.showDetails();
Account b = new Account (102, "Tanvir", 1000);
b.showDetails();
}
}Editor is loading...
Leave a Comment