Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help. I basically need to merge the two files together and do a little editing to meet the requirements in the assignment below thanks!

Please help. I basically need to merge the two files together and do a little editing to meet the requirements in the assignment below thanks!
image text in transcribed
image text in transcribed
image text in transcribed
3.3.1. Using your favorite editor, code a program (simple.cpp) that processes an array of dynamic numbes(less than 10), calculates: (1) a factorial value based on how many positive numbers users want to input, (2) the value of standard deviation, and prints it out. I recommend either vi/vim as an editor for our course. Both "factorial.cpp" and "standard deviation.cpp" are uploaded on Canvas 3.3.2. The GNU compile is the default open source compiler on Linux. You should check a little on what gcc you have, and then compile your program as follows Back factorial.cpp // C++ Program to find factorial of a number // Factorial on n12*3*. . . *n #include using namespace std; int main() int i, n, factorial1; cout > n; factorial *-i; // factorial factorial * i; cout #include using namespace std; float calculateSD (float data int main() int i; float data[ 10] cout > data[i; cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Analysis In Microsoft Excel

Authors: Alex Holloway

1st Edition

B0CCCPKTTX, 979-8852388452

More Books

Students also viewed these Databases questions

Question

2. Define communication.

Answered: 1 week ago