plz write a c language program? Ocado Grocery Store
‘Ocado’ is a world-class grocery store and award-winning service available in UK. Ocado management believes that the customers should be able to shop for a fair price without compromising on quality or service. ‘Ocado’ features an ever-changing range of special discounts and seasonal offers, fresh as well temperature controlled food in the store to achieve the customer satisfaction. One on the primary service that is expected by every customer in a grocery store is something called “Quick-checkout”.
Ocado management intends to make available the fastest possible check-out to their customers. Ocado stores have multiple check-out lanes to quickly process the customer orders and bag the merchandise. A software application for speedy check-outs has to be installed on all these check-out lanes. Ocado management decides to get such an application developed as per the Ocado set-up. After the considerable research, the assignment of ‘check-out’ application has been handed over to the company called ‘Problem Solvers Ltd’
Assume you are working as an ‘IT consultant’ in ‘Problem Solvers Ltd.’ The objective is to develop a check-out simulator which have the following functionalities as the part of check-out process.
•You will ask the user how many items they are purchasing today.
•Then read in the individual prices one by one and add them together to get a total.
•Tell the user the total of their purchases and ask them how much money they are giving you to pay for their purchase.
•If they give you enough money, compute and display their change.
•If they give you the exact amount display a message that they get no change.
•If they do not give you enough money, tell them that and ask them to try again. Make sure they give you enough and don’t compute their change until they do give you enough money.
•Comment the program with your name and a brief synopsis of what the program does.
Note: Make sure you test your program for the possible logical errors.
Prepare a report as the documentation for the check-out simulator covering following tasks.
Task I
i.Identify and select appropriate pre-defined data types for processing the customer order items, cash to be handed-in, change to be given etc.
ii.Use simple input/output and appropriate operators to calculate the purchase bill and calculate the change to be given
iii.Identify and use appropriate selection structures and loop structures for processing the order
iv.Prepare the algorithmic design to Produce programs to desired standards
Task II
i.Construct a program from a design and use appropriate functions/procedures
ii.Demonstrate the effect of scope and life-time of variables
iii.Pass data effectively between modules (For ex the module of order processing to the module of bill-calculation).
Task III
i.Produce user documentation for a completed programming application including the user interface design
ii.Develop documentation for a pre-described program application
Task IV
Testing the program is as important as its design and development. Test you program for all syntactic, semantic and logical errors.
i.Demonstrate discrimination between semantic and syntax errors
ii.Produce test documentation
iii.Successfully construct and use test data and schedules to detect logic errors
iv.Use appropriate techniques for detecting errors
Try Amazon’s Mechanical Turk for folks that might be willing to help you with that for a low price.
On the one hand, they’re outsourced mostly from India.
On the other hand, they’d only expect a couple of nice, shiny, American pennies to do all that.
Based on your masterful use of ‘plz’, and the posting of your homework assignment, one can only assume that outsourcing, for you, is the best option.
However, because I’m feeling nice, I’ll help you get started with ‘a’ C program, as your question implied:
#include <stdio.h>
void main(void) { printf("Twit.\n"); }
Good enough? It’s been many years since I did C, but if you’d like some asm… oh, wait, you thought a CS degree would be easy, cause how hard can computers be, right? You did sign up for a Myspace account all on your own, after all… References : Cynical view of people too lazy to do their own damn homework.
plz write a c language program?
Ocado Grocery Store
‘Ocado’ is a world-class grocery store and award-winning service available in UK. Ocado management believes that the customers should be able to shop for a fair price without compromising on quality or service. ‘Ocado’ features an ever-changing range of special discounts and seasonal offers, fresh as well temperature controlled food in the store to achieve the customer satisfaction. One on the primary service that is expected by every customer in a grocery store is something called “Quick-checkout”.
Ocado management intends to make available the fastest possible check-out to their customers. Ocado stores have multiple check-out lanes to quickly process the customer orders and bag the merchandise. A software application for speedy check-outs has to be installed on all these check-out lanes. Ocado management decides to get such an application developed as per the Ocado set-up. After the considerable research, the assignment of ‘check-out’ application has been handed over to the company called ‘Problem Solvers Ltd’
Assume you are working as an ‘IT consultant’ in ‘Problem Solvers Ltd.’ The objective is to develop a check-out simulator which have the following functionalities as the part of check-out process.
•You will ask the user how many items they are purchasing today.
•Then read in the individual prices one by one and add them together to get a total.
•Tell the user the total of their purchases and ask them how much money they are giving you to pay for their purchase.
•If they give you enough money, compute and display their change.
•If they give you the exact amount display a message that they get no change.
•If they do not give you enough money, tell them that and ask them to try again. Make sure they give you enough and don’t compute their change until they do give you enough money.
•Comment the program with your name and a brief synopsis of what the program does.
Note: Make sure you test your program for the possible logical errors.
Prepare a report as the documentation for the check-out simulator covering following tasks.
Task I
i.Identify and select appropriate pre-defined data types for processing the customer order items, cash to be handed-in, change to be given etc.
ii.Use simple input/output and appropriate operators to calculate the purchase bill and calculate the change to be given
iii.Identify and use appropriate selection structures and loop structures for processing the order
iv.Prepare the algorithmic design to Produce programs to desired standards
Task II
i.Construct a program from a design and use appropriate functions/procedures
ii.Demonstrate the effect of scope and life-time of variables
iii.Pass data effectively between modules (For ex the module of order processing to the module of bill-calculation).
Task III
i.Produce user documentation for a completed programming application including the user interface design
ii.Develop documentation for a pre-described program application
Task IV
Testing the program is as important as its design and development. Test you program for all syntactic, semantic and logical errors.
i.Demonstrate discrimination between semantic and syntax errors
ii.Produce test documentation
iii.Successfully construct and use test data and schedules to detect logic errors
iv.Use appropriate techniques for detecting errors
You are not asking a lot are you?
References :
Try Amazon’s Mechanical Turk for folks that might be willing to help you with that for a low price.
On the one hand, they’re outsourced mostly from India.
On the other hand, they’d only expect a couple of nice, shiny, American pennies to do all that.
Based on your masterful use of ‘plz’, and the posting of your homework assignment, one can only assume that outsourcing, for you, is the best option.
However, because I’m feeling nice, I’ll help you get started with ‘a’ C program, as your question implied:
#include <stdio.h>
void main(void) { printf("Twit.\n"); }
Good enough? It’s been many years since I did C, but if you’d like some asm… oh, wait, you thought a CS degree would be easy, cause how hard can computers be, right? You did sign up for a Myspace account all on your own, after all…
References :
Cynical view of people too lazy to do their own damn homework.