if(u<=100)
charge=u*1.35;
else if(u=>100&&u<=200)
What's wrong with this last statement? It is showing an error.
What's wrong with this last statement? It is showing an error. |
|||||||||
|
|
would help if you mentioned what language this is for but probably you should be using |
|||
|
|
shouldn't the indicated portion be
|
|||
|
|