import java.util.Scanner;public class Main{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Enter money to withdraw: "); int amount = sc.nextInt(); if(amount <=>=> System.out.println("INSUFFICIANT AMOUNT"); else System.out.println("Collect your money! RM"+amount); }}
please make the "insufficiant amount" and "collect your money" a pop up error massage
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here