Modify the following program so it prints two blank lines between each line of text.
#include
using namespace std;int main( ){ cout ≪ "Two mandolins like creatures in the"; cout ≪ "dark"; cout ≪ "Creating the agony of ecstasy."; cout ≪ " - George Barker"; return 0;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.