<u>Software Development and Client Needs</u>
In Incremental method of software development customers who do not have a basic idea of the development process are being carried along on like other methods that will relegate them to the background until a product is ready.
With this model and structure in place, when softwares/ products are built from several stages e.g prototype, testing, and when new features are added customers are always carried along with their valuable feedback and suggested greatly considered to achieve the customers satisfactions
This model will work well for the customers/clients who does not have a clear idea on the systems needed for their operations.
In summary the incremental model combines features from the waterfall and prototyping model.
For more information on soft ware development process kindly visit
brainly.com/question/20369682
Answer:
False I'm pretty sure sorry If its wrong
Full Question
1. Correct the following code and
2. Convert the do while loop the following code to a while loop
declare integer product
declare integer number
product = 0
do while product < 100
display ""Type your number""
input number
product = number * 10
loop
display product
End While
Answer:
1. Code Correction
The errors in the code segment are:
a. The use of do while on line 4
You either use do or while product < 100
b. The use of double "" as open and end quotes for the string literal on line 5
c. The use of "loop" statement on line 7
The correction of the code segment is as follows:
declare integer product
declare integer number
product = 0
while product < 100
display "Type your number"
input number
product = number * 10
display product
End While
2. The same code segment using a do-while statement
declare integer product
declare integer number
product = 0
Do
display "Type your number"
input number
product = number * 10
display product
while product < 100
In order to develop this problem it is necessary to take into account the concepts related to fatigue and compression effort and Goodman equation, i.e, an equation that can be used to quantify the interaction of mean and alternating stresses on the fatigue life of a materia.
With the given data we can proceed to calculate the compression stress:



Through Goodman's equations the combined effort by fatigue and compression is expressed as:

Where,
Fatigue limit for comined alternating and mean stress
Fatigue Limit
Mean stress (due to static load)
Ultimate tensile stress
Security Factor
We can replace the values and assume a security factor of 1, then

Re-arrenge for 

We know that the stress is representing as,

Then,
Where
=Max Moment
I= Intertia
The inertia for this object is

Then replacing and re-arrenge for 



Thereforethe moment that can be applied to this shaft so that fatigue does not occur is 3.2kNm