Nuacht

Handle exception in number Problem statement: Get the input String from user and parse it to integer, if it is not a number it will throw number format exception Catch it and print "Entered input is ...
Write a program to accept firstName, lastName and mobileNumber in string format. Print number of characters in firstName and lastName, and print sum of digits of a mobileNumber.