Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

A company ABC requires to use an online server for research experimentation for a certain number of days. The server will be used on

A company ABC requires to use an online server for research experimentation for a certain number of days. The #include #include int MinSubscription(int D, int * Days, int * Prices) { } return 0;

A company ABC requires to use an online server for research experimentation for a certain number of days. The server will be used on certain days but not every day. To use an online server, the company is required to subscribe to a cloud provider. A cloud provider offers 3 subscriptions options: 1-day subscription, a 1-week subscription, or a 30-day subscription, each one of them has a price that can be found in a given array of prices, where prices [0] represents the price of a 1-day subscription, prices [1] represents the price of a 1-week subscription, and prices [2] represents the price of a 30-days subscription. Write a function MinSubscription to find the minimum amount of money that company ABC needs to have in order to use a server during all the experimentation days. Your function MinSubscription takes as parameters 3 values: E which represents the number of experimentation days. Days which has E integer values that represent the experimentation days Di where 1 #include #include int MinSubscription(int D, int * Days, int * Prices) { } return 0;

Step by Step Solution

3.42 Rating (149 Votes )

There are 3 Steps involved in it

Step: 1

To solve this problem you can use dynamic programming to fi... 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

Database Systems Design Implementation and Management

Authors: Carlos Coronel, Steven Morris

13th edition

1337627909, 978-1337627900

More Books

Students also viewed these Programming questions

Question

Copy and complete the statement. 3800 m ? km =

Answered: 1 week ago

Question

Explain what it means for a database to be aggregate aware.

Answered: 1 week ago