Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help fill in the blanks using javascript Brianna Watt, a consultant doing business as Watt Gives, wants a program to create an invoice for

please help fill in the blanks using javascript image text in transcribed
image text in transcribed
Brianna Watt, a consultant doing business as Watt Gives, wants a program to create an invoice for consulting services. Normally, she works on a project for three days before sending an invoice. She writes down the number of hours worked on each day and needs a program that asks for these amounts, totals them, and multiplies the amount by her standard rate of $30 per hour. The invoice should include Brianna's business name, the client's business name, the total number of hours worked, the rate, and the total amount billed. The information will be displayed onscreen. clientName = ("Enter client's name"); businessName = rate= day1 ("Hours worked on day 1")); day2 - ("Hours worked on day 2")); day3 ("Hours worked on day 3"; totalHours - totalCharge ("Brianna Watt DBA ("Invoice for ); ("Hours:" + ): ("Rate:" + ); ("Total:" + 1): Expected Output: >> Brianna Watt DBA Watt Gives >>Invoice for Grunge Inc. >>Hours: 20 >>Rate: 30 >>Total: 600

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

1st Edition

1597496251, 978-1597496254

More Books

Students also viewed these Databases questions

Question

Starting from Equation (20.13), show that dL/aWj = Err x xj.

Answered: 1 week ago

Question

Explain what a keyword rsum is.

Answered: 1 week ago