Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Read instructions carfully only problem 3 NOTEPAD or PDF file that restates the problem in your own words, specifies what Create a input is needed

Read instructions carfully only problem 3 image text in transcribed
NOTEPAD or PDF file that restates the problem in your own words, specifies what Create a input is needed from whomever is using the process, what output is expected, the step by step process (algorithm) to get the output from the input, and test data (input for which you know the expected output for each of the 3 problems given below. You should not write any actual C++ code. Make sure the problem statement is in your own words and is descriptive enough so someone not reading the problem given to you will understand what is being done. (See the document containing example algorithms posted on Canvas for Assignment 1). Submit your file to the appropriate assignment on Canvas You should not use the word loop in your processing, rather state that certain steps should be repeated. Problem 1: Write a process (no C++ code) that will ask someone to give you a numeric whole number value, then add up the integers from 1 to the person's value. For example if the person said 5 you would add the numbers 1 + 2+3+4+5 to get 15 Problem 2: Write a process (no C++ code) would determine the smallest number from a list of numbers without using the concept of sorting. Problem wo of numbers without using the concept of sorting 3: Write a process (no C++ code)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

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

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions