Tag: number
-
SriLankan Lions: Asian Premier League Cricket
In this post, we are going to learn about the Team Sri Lanka participating as Bangladesh Tigers in the 2017 Asian Premier League T20 cricket who are playing in TU Cricket Ground in Kritipur next to Kathmandu city. Know the captains, mentors and team players from 6 franchise teams from Afghanistan, Bangladesh, Dubai, India, Nepal, and Sri Lanka.…
-
Throw an Exception – Java Exception Program Implementation
Write a JAVA program to accept a number from the user and throw an exception (java exception) if the number is not an even number. Example of Throw an Exception Program Implementation. import java.lang.*; import java.io.*; class myException extends Exception { myException(String msg) { super(msg); } } class q12Exception { public static void main(String args[])…