Untitled
Anonymous
plain_text
06/10/2024 11:36 AM
260 B
15
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