1. Cascade the following modules of the different C++ programs :-
a. cout << "Last call for the Titanic ";
cout << " going ";
cout << "going ";
cout << "gone ";
b. cout << "Average = ";
cout << ave ;
cout << "Sum = ";
cout << sum ;
c. cin >> length ;
cin >> breadth ;
cin >> area ;
d. cin >> years ;
cin >> months ;
cin >> days;
Write the programs above, so that each statement is output on a different line. Do it using endl and "\n"
Answers
Answered by
10
Answer:
Cascade the following modules of the different C++ programs :-
a. cout << "Last call for the Titanic ";
cout << " going ";
cout << "going ";
cout << "gone ";
b. cout << "Average = ";
cout << ave ;
cout << "Sum = ";
cout << sum ;
c. cin >> length ;
cin >> breadth ;
cin >> area ;
d. cin >> years ;
cin >> months ;
cin >> days;
Write the programs above, so that each statement is output on a different line. Do it using endl and "\n"
Answered by
0
Answer:
dont know show me how to do
Similar questions