hai,
my suggestion for this question is simply make the comment ( ie "/* --- */") to the given code and then write the code for particular output.
/*
------------------------------------------------------------------
void main()
{
cout<<"hi..how do u do"<<endl;
}
}
-----------------------------------------------------------------
*/
void main()
{
cout<<"hi..how do you do"<<endl<<"today is MONDAY"<<endl;
}
cheers
arangs.
Shyan Lam <[EMAIL PROTECTED]> wrote:
Reply embedded...
> ________________________________________
> From: programming life [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, December 14, 2004 2:12 PM
> To: [EMAIL PROTECTED]
> Subject: Re: (PT) I need the solution for this
>
>
> hi baji....
>
> i know one solution...its simple...here is the code....
> ----------------------------------------------------
> void main()
> {
> cout<<"hi..how do you do"<<endl<<"today is MONDAY"<<endl;
> return;
> cout<<"hi..how do u do"<<endl;
> }
> ------------------------------------------------------------
>
> i guess i have satisfied all the specified conditions...no need to explain
> the code...isnt it
You exactly violate the condition :-)
> > & there is condition, you must not write any code inside box.. but,
> > you can add code, above the box, or below the box.
Shyan
To unsubscribe : [EMAIL PROTECTED]
Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.
To unsubscribe : [EMAIL PROTECTED]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To reply to this message, go to:
http://groups.yahoo.com/group/Programmers-Town/post?act=reply&messageNum=4572
Please do not reply to this message via email. (more info)
- To visit your group on the web, go to:
http://groups.yahoo.com/group/Programmers-Town/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
