Java | JSP | JSF Answers

Questions answered by Experts: 3 611

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

Write a program to create a SDA to store 15 numbers . Then create another array to store their unit digits. Then display values of first array in one line if the value in second array exceeds 5. And also display how many such numbers found.


Find latitude and longitude of utmost 20 countries, ordered by population, with a population greater or equal to the population limit given below and have atleast one currency exclusively for themselves. (countries like Madagascar, Sri Lanka but not India, USA). Use the country details from this dataset. Your task is to find the sum of the length of all lines (in kms) that can be drawn between co-ordinates of these countries. Assume radius of earth: 6371 km Round length ef each line and final result to 2 decimal points f co-ordinates are missing for any country use 0.000NO.000DE Population limit: 28875 Note: Population limit will change at random intervals. So please make sure answer is computed for the correct population limit before submitting Answer *

Write a program to create two SDA to store 15 numbers each. Then create another array to store their sum. Then display values of three arrays in three different consecutive columns.

For example:

10   +    7   =  17

18   +   30  =  48

Where first column represents first array, second column represents second array and third column represents values of third array.


Find latitude and longitude of utmost 20 countries, ordered by population, with a population greater or equal to the population limit given below and have atleast one currency exclusively for themselves. (countries like Madagascar, Sri Lanka but not India, USA)Your task is to find the sum of the length of all lines (in kms) that can be drawn between co-ordinates of these countries.

  • Assume radius of earth: 6371 km
  • Round length of each line and final result to 2 decimal points
  • If co-ordinates are missing for any country use 0.000 N 0.000 E

Write a Java program to check the validity of a given employee ID using RegEx.

An employee ID is valid if and only if consists of 8 to 10 characters in which the first two characters is 01 or 02 or 03 followed by 4-6 alphabetic characters followed by 2 numeric digits.

Improve your previous program to also check the validity of a given employee’s email using RegEx. An employee’s email is considered valid if and only if has the following format: Name.surname@company.nyc.com.

Each of Name and surname consists of 4 to 8 alphabetic characters.

Add a validating method that checks the validity of a given employee’s password using RegEx. An employee’s password is considered valid if and only if consists of 12 word characters, starts with an underscore, ends with “@nyc” and contains one digit.


Write a Java program to check the validity of a given employee ID using RegEx.

An employee ID is valid if and only if consists of 8 to 10 characters in which the first two characters is 01 or 02 or 03 followed by 4-6 alphabetic characters followed by 2 numeric digits.


traffic police:

Sir/Madam, Vehicle No AP22R3859 involved in traffic violation, fine imposed Rs. 100 for WITHOUT HELMET/NOT WEARING HELMET BY RIDER on 23-SEP-2021 : 18:33 Hrs. at GOKULPAD ROAD, MANOPAD, Manopad L&O limits.


Write a Print Statement to generate the above SMS


Write a program to create a single dimension array to store 15 numbers. Then create another array to store those numbers in reverse order. Then display values of both the array in to different consecutive columns.


Write a program to create two single dimension array to store the name and age of 20 persons. Then display the name and age of only those persons whose age is more than 40.


Write Al algaritham for the network administrator to help him find the number of data character that do not change position even after the data change

LATEST TUTORIALS
APPROVED BY CLIENTS