Ask C/C++ Expert


Home >> C/C++

Introduction To C Programming 

Learning Outcomes:
•Design, implement, and document (appropriately) efficient algorithms for a C application using a structured approach to programming.
•Illustrate the use of C as both an application and a systems programming language by being able to design, implement, and document efficient algorithms for a C application.

•Explain the structure, correct use of and implementation of appropriate advanced data structures for a range of scenarios.

Washing Machine Operation

The objective of this assignment is to create a system to control a simulated washing machine. On the control panel of the washing machine unit are several buttons (each represented with a letter) that operate as shown below:

O - On / Off button 
By default the button is in Off state. When, in this state, and the O button is selected, the machine is in On state. When in On state, and the O button is selected, it is changed to the Off state and all entries prior to this are reset to original state.

Main Menu
Once the machine is turned On (using the On / Off button) the user will have the option of deciding whether to Wash Clothes (W) or View Log (V).
Wash Clothes
Once this option is selected, the Load Capacity Menu appears.
View Log
When this option is selected, the user would be able to view the washing machine operation logs according to the dates.

Load Capacity Menu
Here the user will need to select the size of the load from the Load Capacity Menu, which could include any one of the following options:
S - Small
M - Medium
L - Large
X - Extra Large
F - Free Load
If the user is not sure on which size to select (s)he has the option to choose F (Free Load). This means that the user would depend on the machine to determine the Load Capacity based on the weight of the clothes. The weight of the clothes can be a random generated value but its value has to be a logical weight for clothes put into a washing machine. When the weight is determined then the Load Capacity is set automatically to Small, Medium, Large or Extra Large. Note that there should be a minimum and maximum value for each Load Capacity type. E.g. Small should between 1 - 2 kg, etc.

Wash Menu
When the size of the load has been determined, the Wash Menu is activated. The user now gets to select from one of the following Wash Menu options:
F - Full Wash
W - Wash
R - Rinse
S - Spin

Full Wash 
A Full Wash would consist of Washing, Rinsing and Spinning but may include Soak depending on the selection made in the Soak Menu which appears when the Full Wash is activated. In the Soak Menu the user has the option to select from the following:
N - No soaking
S - Soak
When the user selects N, the program will proceed to the next menu option - Temperature Menu. If the selects S, the system will prompt the user for the number of minutes to soak. The user can key in any value between 1 - 60 minutes. After the number of minutes is determined the program will proceed to the next menu option - Temperature Menu.

Wash
The Wash would consist of only Washing - without rinsing or spinning. However, it may include Soak depending on the selection made by the user from the Soak Menu which appears when the Wash is activated. The description of the Soak Menu is as listed above.

Rinse
The Rinse would consist of only Rinsing - without washing, spinning or soaking. The user would not have the option of selecting the temperature as well.

Spin
The Spin would consist of only spinning - without washing, rinsing or soaking. The user would not have the option of selecting the temperature as well.

Temperature Menu
This menu is activated only after either the Full Wash or the Wash option has been selected. The Temperature Menu contains the following option:
H - Hot
C - Cold
If the user selects H, hot water will be used for all operations - from soaking to rinsing.
Or else cold water will be used.

Once all the necessary inputs have been provided to the washing machine's system, the program provides the user with the estimated time of completing the wash as programmed and all these details are stored in a log.  

C/C++, Programming

  • Category:- C/C++
  • Reference No.:- M9652791

Have any Question?


Related Questions in C/C++

Question 1find the minimum and maximum of a list of numbers

Question: 1. Find the Minimum and Maximum of a List of Numbers: 10 points File: find_min_max.cpp Write a program that reads some number of integers from the user and finds the minimum and maximum numbers in this list. Th ...

Software development fundamentals assignment 1 -details amp

Software Development Fundamentals Assignment 1 - Details & Problems - In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console P ...

What are the legal requirements with which websites must

What are the legal requirements with which websites must comply in order to meet the needs of persons with disabilities? Why is maximizing accessibility important to everyone?

There are several ways to calculate the pulse width of a

There are several ways to calculate the pulse width of a digital input signal. One method is to directly read the input pin and another method (more efficient) is to use a timer and pin change interrupt. Function startTi ...

Assignment word matchingwhats a six-letter word that has an

Assignment: Word Matching What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than ant itself, of ...

1 implement the binary search tree bst in c using the node

1. Implement the Binary Search Tree (BST) in C++, using the Node class template provided below. Please read the provided helper methods in class BST, especially for deleteValue(), make sure you get a fully understanding ...

Assign ment - genetic algorithmin this assignment you will

ASSIGN MENT - GENETIC ALGORITHM In this assignment, you will use your C programming skills to build a simple Genetic Algorithm. DESCRIPTION OF THE PROGRAM - CORE REQUIREMENTS - REQ1: Command-line arguments The user of yo ...

Project - space race part a console Project - Space Race Part A: Console Implementation

Project - Space Race Part A: Console Implementation INTRODUCTION This assignment aims to give you a real problem-solving experience, similar to what you might encounter in the workplace. You have been hired to complete a ...

Why do researcher drop the ewaste and where does it end

Why do researcher drop the ewaste and where does it end up?

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As