Menu

[solved]-Create Pdf Notepad File States Purpose Words Specify Input Needed Expected Output Step Ste Q38998787

Create a PDF or NOTEPAD file that states the purpose in your own words, specify input that is needed, expected output, and thCreate a PDF or NOTEPAD file that states the purpose in your own words, specify input that is needed, expected output, and the step by step process that will obtain the output from the input (the algorithm) for each or the problems below. (Hint you should think about using loops and possibly nested loops). Specify step by step and list conditions under which any loop should continue. You do not have to specify test data for these 4 problems. Remember that you should not use code, but describe the steps needed. Problem 1: Given two one-dimensional arrays that are in parallel and where the first array will contain the sample IDs for the material and the second array will contain the compressive strength of the materials. (For any given index (subscript) the value in each array will refer to the same sample. For example, ID[5] and CS[5] contain the ID and the compressive strength for the same sample). Develop a process that will determine the minimum compressive strength and the corresponding sample ID. Do not use sorting techniques. Show transcribed image text Create a PDF or NOTEPAD file that states the purpose in your own words, specify input that is needed, expected output, and the step by step process that will obtain the output from the input (the algorithm) for each or the problems below. (Hint you should think about using loops and possibly nested loops). Specify step by step and list conditions under which any loop should continue. You do not have to specify test data for these 4 problems. Remember that you should not use code, but describe the steps needed. Problem 1: Given two one-dimensional arrays that are in parallel and where the first array will contain the sample IDs for the material and the second array will contain the compressive strength of the materials. (For any given index (subscript) the value in each array will refer to the same sample. For example, ID[5] and CS[5] contain the ID and the compressive strength for the same sample). Develop a process that will determine the minimum compressive strength and the corresponding sample ID. Do not use sorting techniques.

Expert Answer


Answer to Create a PDF or NOTEPAD file that states the purpose in your own words, specify input that is needed, expected output, a… . . .

OR


Leave a Reply

Your email address will not be published. Required fields are marked *