Page 71 - E-Modul Pemrograman Dasar Kelas X RPL_Neat
P. 71

{

                                       throw new billingException();

                               }

                               Else
                               {

                                       total amount - 1000;

                                       Console.WriteLine("Kelebihan nilai yaitu" +
                               total);

                               }

                               return total;
                        }

                 }

                 class Program

                 {

                        static void Main(string[] args)
                        {

                               try

                               {

                               billingException obj = new billingException();

                               Console.Write("Masukkan sebuah nilai = ");
                               int nilai = int.Parse(Console.ReadLine());

                               obj.calculate(nilai);

                               }

                               catch (billingException ex)

                               {
                               Console.WriteLine(ex.Message);

                               Console.ReadLine();

                               }









                                                             61
   66   67   68   69   70   71   72   73   74   75   76