Untitled
unknown
plain_text
a year ago
193 B
5
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