Computer Science, asked by honorbeep708, 1 year ago

10. WAP to accept a string and print the following format
Input:COMPUTER
Output:
OMPUTERC
MPUTERCO
PUTERCOM
UTERCOMP
TERCOMPU
RCOMPUTE
COMPUTER​

Answers

Answered by unnati1078
0

Answer:

all the jumbled words is computer

Answered by mhar6327
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