Error is showing on else if and && statement -


if(u<=100) charge=u*1.35; else if(u=>100&&u<=200) 

what's wrong last statement? showing error.

would if mentioned language should using >= instead of =>


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -