public static void main(String[] args) {
int Balance=5000;
if(Balance<=5000) {
System.out.println("Withdrawal Successfully");
}else {
System.out.println("Withdrawal Failed");
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)