i want to Write a program that can serve as simple calculater in java programing that can add , subtract , multiply and divide
this example that i want to it look like
Calculator is on.
Result =0.0
+5
Result +5.0 =5.0
New result =5.0
*2.2
Result * 2.2=11.0
Update result = 11.0
%2.2
% is unknown operater
Please Reenter
so anyone know or help please?