Re: Is Welfare Part of Capitalism?
- From: David Harper <devnull@xxxxxxxxxxxxxxxxxxx>
- Date: Wed, 10 May 2006 21:05:56 GMT
Arvind wrote:
Since this has been posted in java forum...
String x = "Capitalism"
System.out.println (x.indexOf("Welfare));
will answer your question :-)
Nice try :-)
However, the original poster is evidently an economist, so he needs it spelled out much more clearly ...
String x = "Capitalism"
System.out.println("Welfare " +
(x.indexOf("Welfare) < 0 ? "is not" : "is") +
" part of Capitalism");
After all, as the old joke says: If you laid all the economists in the world end to end, they still wouldn't reach a conclusion ;-)
David Harper
Cambridge, England
.
- Follow-Ups:
- Re: Is Welfare Part of Capitalism?
- From: Arvind
- Re: Is Welfare Part of Capitalism?
- References:
- Re: Is Welfare Part of Capitalism?
- From: Arvind
- Re: Is Welfare Part of Capitalism?
- Prev by Date: Re: MySQL ConnectorJ & remote machine
- Next by Date: Re: General Error - can I do better than that.
- Previous by thread: Re: Is Welfare Part of Capitalism?
- Next by thread: Re: Is Welfare Part of Capitalism?
- Index(es):
Relevant Pages
|
|