Re: Is Welfare Part of Capitalism?



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
.



Relevant Pages