Answer:
Shift and 4 at the same time, or hold shift and press 4.
Answer:1Customer service orientation
2Tough mindedness
3Emotional resilience
4Openness
Explanation:I did the assignment and got it right
Answer:
Using Javascript,
function calTotal( subtotal, gratuity){
gratuityValue = subtotal * (gratuity/100)
total = subtotal + gratuityValue
console.log( "gratuity: ", gratuityValue , "\nTotal: ", total)
}
Explanation:
The javascript function above is able to collect two parameters subtotal and gratuity rate in percentage and calculate the total and gratuity value, and displays it on the console.
Microsoft Expression Web 4 is
--
Component of Expression Studio
--
Design and Develop Web Pages using HTML5, CC3, ASP.Net, and more
--
Requires .Net Framework & Silverlight 4.0
--