Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added ATM interface/atm.class
Binary file not shown.
2 changes: 1 addition & 1 deletion ATM interface/atm.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import java.util.Scanner;

//create ATMExample class to implement the ATM functionality
public class ATMExample
public class atm
{
//main method starts
public static void main(String args[] )
Expand Down