Find Jobs
Hire Freelancers

A Simple C++ program that utilizes a good design process

$30-250 USD

已完成
已发布将近 15 年前

$30-250 USD

货到付款
This project will be a simple, working C++ program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements as well as at least one function call. You should design, create, and then compile and execute the program. Be sure that your code compiles and executes correctly before submitting it.   Project Objective: • Use the process of stepwise refinement to construct programs • Demonstrate and explain the execution of sequential, conditional, and iterative programming statements • Create and use functions • Create, compile, and execute simple programs written in a modern object-oriented language • Critically analyze project design solutions   • Deliverables: ⁃ programming language to solve a specific problem or issue in computer and information science.  In this project you will create a simple, working C++ program that utilizes a good design process and incorporates sequential, selection and repetitive programming statements and functions. The overall purpose of the program is to allow users to input a list of positive numbers into an array, find the average of the numbers in the array and output the result.   You should design, create, and then compile, execute and test the program. Be sure that your code compiles and executes correctly before submitting it. • • • Specific functional requirements for this project: • • The overall purpose of the program is to allow users to input a list of positive numbers into an array, find the average of the numbers in the array and output the results. • Use a top-down modular approach and pseudocode to design a suitable solution. • After you develop your solution, you should test your product using appropriate and comprehensive data. • You should document your approach to solving the problem with detailed justification for the approach you selected. In this documentation you should discuss possible issues, strengths and weaknesses to your approach. Alternative approaches not selected, but considered, should be discussed in your documentation. • Specific deliverables include the pseudocode, all project code and documentation. •   • Format: • Approach documentation format and length: • The documentation describing and reflecting on your design and approach should be written using Microsoft Word and be no more than 5 pages in length  and no less than 2 pages. The font size should be 12 point. The page margins should be 1 inch. The paragraphs should be with double line spacing. All figures, tables, equations and referenced should be properly labeled and formatted using APA style. •   • Attributes • Value • Project Design • • Project Functionality • • Test Data • • Approach documentation • • Approach documentation grammar and spelling •  I have attached an input/output array mpodule that you mau use freely for this project.  It accepts both positive and negative numbers, and ends input with CTRL Z void inputmod (int values [], int &count) /*************************************************************************** * * * inputmod * * * * a general utility routine for prompting a user to enter numbers * * into an array. The user indicates that all valuews have been * * by entering an EOF (end of file) which is CTRL Z on an MS-DOS * * operating system. After the user enters CTRL Z the routine * * the data entered using outputmod * * * * parameters * * values an integer array which is filled and returned * * count a reference parameter that upon return contains * * the number of values read * * ***************************************************************************/ { count = 0; do cout << endl <<"Enter value " << count << endl << "CTRL Z to stop" << endl << ">> " ; while (cin >> values [count++]); count--; cout << "INPUT ECHO" << endl << "count = "<< count << endl; outputmod (values, count); } void outputmod (int values [], int count) /*************************************************************************** * * * outputmod * * * * a general utility routine that receives an integer array * * and outputs it to the screen showing 5 values per line * * * * parameters * * values an integer array which is to be output * * count integer parameter with the number of values in the array * * * * variables i, j integer loop control variables * * * ***************************************************************************/ { int i, j; for (i = 0; i < count; i += 5) { for (j = i; ((j < i+5) && j < count) ; j++) cout << values [ j ]<< " "; cout << endl; } // for i }
项目 ID: 484049

关于此项目

8提案
远程项目
活跃15 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
颁发给:
用户头像
Hi, please check PMB. Thanks.
$30 USD 在1天之内
5.0 (13条评论)
4.0
4.0
8威客以平均价$38 USD来参与此工作竞价
用户头像
Hello, I have completely read the project description and I'm 100% sure that I can cover all the aspects of the project requirement. I have done lot of C/C++ projects and all my customers are very happy with the quality of the work. I can deliver the same great service to you. Thanks.
$75 USD 在3天之内
5.0 (2条评论)
2.2
2.2
用户头像
Hello, I have read the project description and I'm 100% sure that I can cover all the aspects of the project requirement quality of the work. I can deliver the same great service to you 20$ within 2 days Thanks.
$30 USD 在2天之内
5.0 (1条评论)
1.0
1.0
用户头像
We have hand on experience in designing & implementing C/C++ projects. Please see private message. Waiting for you feedback..
$30 USD 在1天之内
0.0 (0条评论)
0.0
0.0
用户头像
we are expert in c/c++,.net,php,ajax,css,java script. & also we are professional in web design,graphic design,photo shop,logo design, banner design. so I hope you will consider me to this project.
$30 USD 在2天之内
0.0 (0条评论)
0.0
0.0
用户头像
i am a software engineer and an expert in a and c++ . i am sure that i will be able to meet all the needs that the project demands and i will try my level best to deliver the project before my committed date
$30 USD 在20天之内
0.0 (0条评论)
0.0
0.0
用户头像
Dear Sir , Please Check The PM for detail Documentation....
$50 USD 在3天之内
0.0 (0条评论)
0.0
0.0

关于客户

UNITED STATES的国旗
largo, United States
0.5
1
会员自8月 6, 2009起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。