What is wrong in the below codings?
Switch(o);
{
case '+':
double s=a+b;
System.out.println(s);
break;
case '-':
double s=a-b;
System.out.println(s);
break;
case '*':
double s=a*b;
System.out.println(s);
break;
case '/':
double s=a/b;
System.out.println(s);
break;
default:
System.out.println("Your operator is not correct to perform the calculation.");
}
Answers
Answered by
20
Answer:
it's my bro
pls mark above as Brainliest okay??
varna ye tumhara dimag pad lega....
just kidding
Answered by
2
Answer:
luv u bro.......
Explanation:
please mark as brain and like please please follow me and I'm waiting excitedly for the reaction of you and your like ❤☺✌
Similar questions