Page 1 of 1

QUESTION 1 Time left 0,50:27 an The C++ program in Program Q1 will not compile because the lines have been mixed up. Pro

Posted: Wed Apr 27, 2022 5:03 pm
by answerhappygod
Question 1 Time Left 0 50 27 An The C Program In Program Q1 Will Not Compile Because The Lines Have Been Mixed Up Pro 1
Question 1 Time Left 0 50 27 An The C Program In Program Q1 Will Not Compile Because The Lines Have Been Mixed Up Pro 1 (37.43 KiB) Viewed 18 times
QUESTION 1 Time left 0,50:27 an The C++ program in Program Q1 will not compile because the lines have been mixed up. Program 01 cout << "Melaka\n"; cout << " Melaka\n\n"; int main() cout << "Melaka"; using namespace std; /This is a mixed program #includeiostream> cout << "Melaka\n"; { return; Rearrange the lines in Program Q1 in the correct order, to display the output on the screen when running it on the DEVC++ IDE as shown in Figure 21 OUTPUT CONSOLE X Melaka Melaka Melaka Melaka Figure Q1