Answer to Question #103502 in C++ for manu

Question #103502
#include<iostream>
#include<iomanip>
using namespace std;

void modify(int x,int y, int z)
{
cout << setfill('$');
cout << setw(sizeof(int)) <<x;

cout << setfill('#');
cout << left << setw(sizeof(char)) <<y;

cout << setfill('@');
cout << right << setw(sizeof(double)) <<z << endl;
}
int maain()
{
modify(9,4, 18);
return 0;
}
1
Expert's answer
2020-02-21T04:45:37-0500
Dear manu, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS