The XYZ Telephone Company’s charges file, contains records for each call made by its subscribers during a month. Each record on a file contains the subscriber’s name and phone number, the phone number called, the distance from Shah Alam of the number called (in kilometres) and duration of the call in seconds.
Design an algorithm that will read the Tidy Phones charges file and produce a telephone charges report, as follows:
The cost of each call is calculated based on table 1.
Distance from Metroville
Cost($)/minute
Less than 25 km
0.35
25 <= km < 75
0.65
75 <= km < 300
1.00
300 <= km <=1000
2.00
Greater than 1000 km
3.00
Write C++ complete programs for the above problem. You program must use control structure and user defined function.
Examine the markets and/or industries in your area.
Describe each one, and categorize it in terms of being pure competition,
pure monopoly, monopolistic competition, or oligopoly.
Which type of market is most common? How do you explain this?
A spring with mass of 2 kg has natural length of 0.5 m. A force of 25.6 N is required to maintain, it stretched to a length of 0.70 m. If the string is stretching to a length of 0.70 m and then released with initial velocity 0, find the position of mass at anytime t.
After PUBG Mobile reentered the Indian market in the form of Battlegrounds Mobile India, ByteDance may be attempting something similar with TikTok. ByteDance has applied for a new trademark having ‘TickTock’ as the wordmark with the Ministry of Commerce & Industry. Suggest a suitable promotion mix for ‘TickTock’
seconds.
As a junior programmer, you are required to design and write a complete C++ program that asked the user to enter subscriber’s name and phone number, the phone number called, the distance from Shah Alam of the number called (in kilometers) and duration of the call-in seconds. The user also needs to enter types of call either Local or International call.
The cost of each call is calculated based on Table 1.
Distance from Shah Alam
Cost(RM)/minute
Local
International
Less than 25 km
0.35
0.55
25 <= km < 75
0.65
0.85
75 <= km < 300
1.00
1.20
300 <= km <=1000
2.00
2.20
Greater than 1000 km
3.00
3.20
Your program should use the following:
1. Appropriate Control Structure
2. User Defined Function
3. Sets the decimal precision to be used to format floating-point values on output operations. (2 decimal places)
4. Set background and text colour for output
20mL of an HCl solution is required for neutralization of 10mL 0.1M Na2CO3 solution.
Calculate the strength of the HCl acid.
15mL of 0.02M Na2SO3 solution react complete with 10 mL of copper solution.
Calculate the amount of Cu2+ ion 10 mL solution and per liter of solution.
A. Provide formal of the validly of each of the following arguments.
Nestle Frozen Yogurt shops have enjoyed rapid growth in Karachi in recent years. From the analysis of Nestle various outlets, it was found that the demand curve follows this pattern.
Q= 200 – 100P + 120i + 32T -250 Ac + 400 AN
Where
Q= Number of cups served per week
P= Average price paid for each cup
i= Per capita income in the given market (thousands)
T= Average outdoor temperature
Ac= Competition’s monthly advertising expenditures (thousands)
AN = Nestle own monthly advertising expenditure (thousands)
What is the solution for the recurrence relation a_n=2a_{n−1}−1
an
=2an−1
−1 with a_1=3
a1
=3 .