Hotel Bill
A Hotel is offering discounts to its customers.
Given charge per day dayCharge based on category and number of days customer stayed days as inputs, write a JS arrow function to return the total bill with the discount.
Quick Tip
. The formula for bill is, bill dayCharge * days
• The formula to calculate the discounted bill, bill (bill discount) / 100
Please provide me corrected output
Hotel bill
Given a charge per day dayCharge based on category and number of days customer stayed days as inputs,write js arrow function to return the total bill with discount
Find latitude and longitude of 20 countries with a population greater than or equal to the population limit given below. 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.
Population limit: 28875
Note: Population limit will change at random intervals. So please make sure answer is computed for the correct population
Purpose: Build a Contact Picker plugin in HTML, CSS, Javascript with the below specifications. Screens: Default Plugin screen: The plugin must be collapsed as its default state. It has a toggle button that allows the user to view the plugin in the expanded mode. Expanded screen: 1. It consists of a four main components i. List of contacts ii. Search bar on the top iii. Quick navigation bar on the right iv. Toggle button 2. The list of contacts should load the data from a JSON and sorted alphabetically. 3. As you type in the search bar the list should filter based on the query string in the search bar 4. The Quick Navigation Bar consists of First characters of the name and allows the user to just to the name starting with the character. 5. On click of the toggle button the contact list should go back to the collapsed view.
What is Role Based Login? Explain how users access can be restricted using Role Based Login
Explain how Java Secure Socket is used in Web Security
Explain Hibernate(ORM) configuration with Annotation in brief
How a simple CURD application can be developed using Hibernate? Explain briefly
Learning activity 1 planning and conceptualizing an ict project for social change