Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

1 - The production process in a polyester factory is carried out separately on weekdays and weekends. Follow the instructions and write the C# console

1- The production process in a polyester factory is carried out separately on weekdays and
weekends. Follow the instructions and write the C# console application of a program that
finds how many days the production lines will work according to the demand from the
customer.
(50 pts.)
There are three production lines in the factory, L1,L2,L3. The production capacity of
L1,L2 and L3 bands is 100,200 and 300, respectively.
On the weekends, the production capacity of the production lines is halved (becomes
half).
The order quantity of the product will be entered from the keyboard.
The production line will be selected by user. If the user enters a wrong line number, for
example "L4", the program must throw an error.
When the calculation of the production day is finished, the user will be informed.
Here are some tips while you are creating your chart:
Specify min 4 variables (such as Qty, Total etc.)
Use modulus operation when calculating the total. (For the 6th and the 7th days.)
Do not forget to increase the day for each step.
Sample screen outputs are shown below.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions