Important Questions [11]
- Write a Java Expression for the Following : |X2+2xy|
- Write a program to input a number and check and print whether it is a Pronic number or not. (Pronic number is the number which is the product of two consecutive integers).
- Write a Program to Input Twenty Names in an Array. Arrange These Names in Descending Order of Alphabets, Using the Bubble Sort Technique.
- Using the Switch Statement, Write a Menu Driven Program to Calculate the Maturity Amount of a Bank Deposit. the User is Given the Following Options : (I) Term Deposit (Ii) Recurring Deposit
- Write a Program to Accept the Year of Graduation from School as an Integer Value From, the User. Using the Binary Search Technique on the Sorted Array of Integers Given Below.
- The Scanner class method used to accept words with space:
- DTDC, a courier company, charges for the courier based on the weight of the parcel. Define a class with the following specifications: class name:courierMember variables:name - name of the customer
- Define a class to accept a number from user and check if it is an EvenPal number or not. (The number is said to be EvenPal number when number is palindrome number (a number is palindrome if it
- Define a class to accept values into an integer array of order 4 x 4 and check whether it is a DIAGONAL array or not An array is DIAGONAL if the sum of the left diagonal elements equals the
- Define a class to accept the gmail id and check for its validity. A gmail id is valid only if it has: → @ → . (dot) → gmail → com Example: [email protected] is a valid gmail id.
- Missing a semicolon in a statement is what type of error?
