C代写:BULK FOOD STORE PROGRAM帮做R编程作业、R程序代做、代做R程序

Introduction初级的c语言入门知识,完成一个散装食品商店程序,考察点包括程序格式要求,用户界面是否美观,c语言基础知识的应用,还有异常的处理等。Requirement1BULK FOOD STORE PROGRAMInstructions:Develop a C program which has to have all the required functions and features listed below.Other than these, you are free to create/add other functions/features that you feel may beuseful for the application.You are required to develop this program BY YOURSELF!!! The program that you submit MUSTBE THE FINAL VERSION, and MUST BE YOUR OWN WORK!!You MUST NOT COPY any CODE from ANYBODY ELSE. If your program is found to bethe same as any other student with just a few variable names changed or a few lines of codechanged, both YOU and the OTHER person(s) will be assigned a MARK of ZERO as well as besubject to disciplinary action under the ACADEMIC Misconduct Policy !!!To avoid this from happening to you, you must NEVER give any type of COPY of your code toanybody else until at least 1 week after the project due date.LATE SUBMISSIONS GET A MARK OF 0 !The program and project document must be submitted onWednesday March 16, or Thursday March 17, or Friday March 18,2016 during your corresponding Lab. Sessions.You are required to submit the following:A program called PROJECT.C and the screenshot of your program output.Project Assessment:The marks will be assigned on the following basis:1. Program Format - programmer’s block, indentation, and adequate comments2. User Interface - appearance to users, ease of use, checking for out of range input3. No compile or run time errors4. Functionality and StructureThe basic functions/features for the application as required, applying topics such as #defines,if..else, loops, switch/case, etc.Project Marking SchemeMarks will be assigned as follows:Program Functionality: 2 marksProgrammer’s block and comments: 1 markProgram Clarity/Organization: 1 markEase of use, format and appearance to the user: 1 markTotal: 5 Marks2Description:1. Required Functionalities:When the program initializes, the user should be presented with the following MAIN MENU:BULK FOOD STORE PROGRAMItem Description Cost/lb # Pounds SubtotalA candy 4.55 0.00 $ 0.00B Flour 1.50 0.00 $ 0.00C Soup 2.88 0.00 $ 0.00D Walnuts 5.25 0.00 $ 0.00E Rice 1.05 0.00 $ 0.00F Noodles 0.35 0.00 $ 0.00G Sugar 0.92 0.00 $ 0.00H Cake 1.45 0.00 $ 0.00total pounds = 0.00 SUBTOTAL $ 0.00Avg. Cost/lb = 0.00 HST Amount $ 0.00TOTAL Amount $ 0.00Your choice (R to RESET, Q to quit) ==>32. Required Functionalities (continued):(i) Your program should accept ONLY UPPER/lower Case characters A-H (or a-h) aswell as R and Q (or r and q).(ii) All other user input for choice should cause an AUDIBLE BEEP, and not be accepted.If the user enters a letter (Upper or Lower case) from A-H (or a-h), it should thenprompt the user for the number of POUNDS.(iii) Pounds should be a floating point value. Negative values for POUNDS should causean AUDIBLE BEEP and not be accepted.(iv) The number of POUNDS should be multiplied by the COST/LB value to generate asubtotal to 2 decimal places for that ITEM. The ITEM SUBTOTALS should beadded together to give the SUBTOTAL at the bottom.(v) The HST tax amounts should be generated for the bottom SUBTOTAL to give theTOTAL Amount.(vi) The number of POUNDS column should be added together to get the TOTALPOUNDS. You should then take the SUBTOTAL COST at the bottom and divide itby the TOTAL Pounds to get the Avg Cost/lb.(vii) Remember that you cannot divide by 0, so this will have to be taken into account beforedisplaying this value at start up and after choosing Reset.(viii) When the user chooses to Quit, the program should display a message and ask the userto:HIT ANY KEY TO CONTINUE…before ending the program.4 PROGRAM REQUIREMENTS:Variables: Any variables used in the program must be a LOCAL VARIABLE with the function.When the program first starts, all POUNDS should be set to 0.00Defines: The program must include the following defines:#define A “Candy “#define A_P 4.55#define B “Flour “#define B_P 1.5#define C “Soup “#define C_P 2.88#define D “Walnuts “#define D_P 5.25#define E “Rice “#define E_P 1.05#define F “Noodles “#define F_P 0.35#define G “Sugar “#define G_P 0.92#define H “Cake “#define H_P 1.45Changing a #define(s) should change Description and/or Cost/lb accordingly.Programmer’s Block:The programmer’s block must include the following, in your screenshot as well:FULL NAME:STUDENT ID:LAB SECTION:LAB DAY AND TIME:DESCRIPTION:Please note that this is an individual project and each student should submithis/her project individually.The printed hard copy of the project should be submitted to me in the first tenminutes of your corresponding Lab. Sessions.本团队核心人员组成主要包括BAT一线工程师,精通德英语!我们主要业务范围是代做编程大作业、课程设计等等。我们的方向领域:window编程 数值算法 AI人工智能 金融统计 计量分析 大数据 网络编程 WEB编程 通讯编程 游戏编程多媒体linux 外挂编程 程序API图像处理 嵌入式/单片机 数据库编程 控制台 进程与线程 网络安全 汇编语言 硬件编程 软件设计 工程标准规等。其中代写编程、代写程序、代写留学生程序作业语言或工具包括但不限于以下范围:C/C++/C#代写Java代写IT代写Python代写辅导编程作业Matlab代写Haskell代写Processing代写Linux环境搭建Rust代写Data Structure Assginment 数据结构代写MIPS代写Machine Learning 作业 代写Oracle/SQL/PostgreSQL/Pig 数据库代写/代做/辅导Web开发、网站开发、网站作业ASP.NET网站开发Finance Insurace Statistics统计、回归、迭代Prolog代写Computer Computational method代做因为专业,所以值得信赖。如有需要,请加QQ:99515681 或邮箱:[email protected] 微信:codehelp

你可能感兴趣的:(C代写:BULK FOOD STORE PROGRAM帮做R编程作业、R程序代做、代做R程序)