Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Java script Write a program that calculates the amount a person would earn over a period of time if his/her salary is one penny

In Java script

Write a program that calculates the amount a person would earn over a period of time if his/her salary is one penny the first day, two pennies the second day, 4 p the 3rd day and continues to double each day.

The program should display a table that shows the salary for each day and then show the total pay at the end of the period. The output should be displayed in dollars and not in pennies

Input Validation: Do not accept a number less that 1 for the number of days worked

image text in transcribed

output For how many days will you work? 10 DayPennies Earned 1 For how many days will you work?-2 The number of days must be at least 1. Enter the number of days: 5 DayPennies 1 4 Earned 16 32 64 128 256 512 4 16 5 Total pay: $0.31 10 Total pay: $10.23

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

Databases DeMYSTiFieD

Authors: Andy Oppel

2nd Edition

0071747990, 978-0071747998

More Books

Students also viewed these Databases questions

Question

Use the quadratic formula to solve each equation. -2t (t + 2) = -3

Answered: 1 week ago