Hi friends
Well i want to interchange the words i.e let me explain with example //
string s1= "soon iam gonna be king of .net" ;
i needed a output like ".net of king be gonna iam soon" like this .. i hope everyone got it ..
Is there any way so we can exchange words and normalize code ??
ps:I am lot confused about this program some one plz do explain in simple & best way to deal things .. HELP ME DO IT MANUALLY USING FOR OR ANY LOOPS
Thank you
Loading

VulpesPosted Jul 15, 2013, 2:01 PM
SUNIL GUTTAPosted Jul 15, 2013, 1:47 PM
But is there any way of doing manually i.e don't use build in functions ..
Cant it be done using for ,while etc whatever
TY vulpes
VulpesPosted Jul 15, 2013, 1:41 PM
It's also possible to do it more compactly using LINQ but as I'm not sure whether you've learnt that yet I've stuck to 'traditional' code.