Question
C++ computer program please answer all practice correct from Q1 until Q3 I want the answer sure 100 % correct. and please sir When you
C++ computer program
please answer all practice correct from Q1 until Q3
I want the answer sure 100 % correct.
and please sir When you answer , put answer with its number . such as answer
Q1 ( i )Screenshot the corrected output from your screen) .so put the answer 1 /i
please do not write answer Q 1 without specifying the question points . so the answer wil be Q1 (i) like this .
Q2 for it consists two part . and require (i) has two part which (A) (B)
(i) Provide C++ statement for:
(a) function CALL to originalOrder
(b) function PROTOTYPE of originalOrder
(ii) Provide C++ fragment codes for function definition of originalOrder
Q3 for question Q3 it is consists three point , which i) (ii) (iii) for iii has A,B please answer like this (3 , iii a ) ( Q3ii) please i want the answer like this
(i)Does the program get the result as same as in instruction 1? If not, how it differs? (page 7)
(ii) Provide C++ statement based on program description in 6.3 (a) and 6.3 (b) of Program 6.3
iii) Provide algorithm in flowchart and C++ statements for Question 6.3 (c).
(a) Algorithm in flowchart)
(b) C++ fragment code
PROBLEM SOLVING for this question Three requirement whic are ;
( (i)Design the structure diagram and algorithm for the whole program)
(ii)
(i)(Design the structure diagram and algorithm for the whole program) ( ii)(Write down your complete source code. Include documentation for the program at appropriate lines of code. (iii) Compile the program and enter random inputs. Number of outputs must be based on the options provided in the program. |
so i need two design for both ( structure diagram ) and ( algorithm)
I will upload answer sheet .. please follow it to answer each point with its question
so pleaser answer as possible as points in the table please ....
i do not answers Random.
this is Q uestion
.
so pleaser answer as possible as points in the table please ....
i do not answers Random.
this is Q uestions
this is the first page , practic , I forget to put in the firat ....
i want to remind you ,,, do not forget to answer like this (Schedule )
AND i want to contact with you if i hava a quiesion please answer me in the chat down .......
thanks
ANSWER FOR LAB 06 /50 Practice 01: One Dimensional Array /5 2. Screenshot the corrected output from your screen Mark: Answer: /5 Practice 02:15 Arrar of characters /10 0 0 Provide C++ statement for: (a) function CALL to originalOrder Mark: /3 (b) function PROTOTYPE of originalorder /3 Peny Provide C++ fragment codes for function definition of originalorder Mark: Answer: /4 Practice 03: Two dimensional array /15 2. Mark: Does the program get the result as same as in instruction 1? If not, how it differs? (page 7) Answer: /3 Mark: () Provide C++ statement based on program description in 6.3 (a) and 6.3 (b) of Program 6.3. Answer: 14 () Provide algorithm in flowchart and C++ statements for Question 6.3 (c). Mark: /4 (a) Algorithm in flowchart Answer: /4 (b) C++ fragment code Answer: PROBLEM SOLVING: /20 YOUR SUGGESTION: M 1. Design the structure diagram and algorithm for the whole program Answer: 1. Copy, compile and run the program of Code_Examplel.cpp. Type 1 to 10 when ask for input. The program will produce the following output as shown in Figure 6.1. Note that the program is unable to display the correct value. Type 10integer numbers. Data #1:1 Data #2:2 Data #3:3 Data #4:4 Data #5:5 Data #6:6 Data #7:7 Data #8:8 Data #9:9 Data #10:10 Display in reverse order Data #10: 10 Data #9: 10 Data #8: 10 Data #7: 10 Data #6: 10 Data #5: 10 Data #4: 10 Data #3: 10 Data #2: 10 Data #1: 10 Data #0: 10 Press any key to continue... Figure 6.1: Output Program 6.1 2. Now, without changing the original code, fix the program using array. Fix the C++ code at the highlighted lines as shown in Program 6.1. Then compile and run. Input the data as in Figure 6.1. Make sure you display the correct value. //Program 6.1: Working with arrays The main function calls a user-defined function named readData without transfers anything. The myProgram reads the input from the user up to 10 integer numbers. Then, it displays it in reverse order. #includeStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started