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();...


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



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here