10. WAP to accept a string and print the following format
Input:COMPUTER
Output:
OMPUTERC
MPUTERCO
PUTERCOM
UTERCOMP
TERCOMPU
RCOMPUTE
COMPUTER
Answers
Answered by
0
Answer:
all the jumbled words is computer
Answered by
0
Explanation:
#include<conio.h>
#include<upstream.h>
main ()
{
cout<<"Computer";
cin>>"Omputerc";
cin>>"mputercO";
Cin>>"putercom";
cin>>"utercomp";
cin>>"tercompu";
cin>>"Rcomputer";
cin>>"COMPUTER";
getch();
}
Similar questions