Rearrange the following code so that it forms a correct program that prints out the letter Q:
.
.
Click on the title for the solution
.
.
.
Click on the title for the solution
.
.
This is the answer:
:
#include <iostream>
using namespace std;
int main()// A SCRAMBLED program
{ cout << "Q";
return 0;}
using namespace std;
int main()// A SCRAMBLED program
{ cout << "Q";
return 0;}
Process of run HTML program
ReplyDelete