Help me in solving ATM2 problem

My issue

explain the problem statement

My code

import java.util.*;
import java.lang.*;
import java.io.*;

class Codechef
{
	public static void main (String[] args) throws java.lang.Exception
	{
		// your code goes here

	}
}

Problem Link: ATM Machine Practice Coding Problem