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