From 4341bcf16035806ca3b1bc97a18deb4f51f6579a Mon Sep 17 00:00:00 2001 From: Raj Shekhar Upadhyay Date: Tue, 8 Oct 2019 00:26:49 +0530 Subject: [PATCH] Update Kiet.java --- Kiet.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Kiet.java b/Kiet.java index d308364..20e4339 100755 --- a/Kiet.java +++ b/Kiet.java @@ -51,7 +51,7 @@ void showstud() System.out.println("\t |\tBranch=\t\t\t\t"+branch+"\t\t|"); System.out.println("\t |\tMonthly wage=\t\t\t"+t+"\t\t|"); System.out.println("\t |\tAnnual wage=\t\t\t"+amt+"\t|"); -System.out.println("______________________________________________________________________________________"); +System.out.println("_______________________________________________"); } } @@ -100,9 +100,9 @@ public static void main(String args[])throws IOException } break; default: -System.out.println("WRONG CHOICE!!!"); +System.out.println("WRONG CHOICE!!!*"); } } -} \ No newline at end of file +}