作业帮 > 综合 > 作业

Write a function generating 40 random integers of an array w

来源:学生作业帮 编辑:神马作文网作业帮 分类:综合作业 时间:2024/11/11 09:10:07
Write a function generating 40 random integers of an array which are less than ‘xMax’.
Write a function calculating the sum of elements in the array.
The main function should allow the user to enter value of ‘xMax’,call the calculating function from above and output the calculated sum to the screen.
Write a function generating 40 random integers of an array w
#include "stdafx.h"
#include
using namespace std;
#define ARRAY_ELEMNET_NUMBER 40
int GenerateArrayAndCalculateSum(int);
int _tmain(int argc,_TCHAR* argv[])
{
\x05int xMax;
\x05cout
再问: 不是眼高手低呀 初学者要写这些 感觉压力大。。。
再答: 呵呵 不是说初学者呀~而是说那些觉得这个简单的人啊~
再问: 恩恩 谢谢了 我还有几道题目能麻烦帮忙做下嘛?