Posts by user156519 • 11 points
2 posts
-
0
votes1
answer343
viewsQ: Calculator doing operations on the result of a previous operation
In my Java class we are learning object orientation, and my prof. asked for a calculator. In this calculator, the user will type the entire expression, for example 10+10, and the algorithm needs to…
javaasked user156519 11 -
-3
votes1
answer228
viewsQ: Parking activity in JAVASCRIPT
I need to do a class exercise from a parking system, follow the HTML format: <head> <meta charset="utf-8"/> <title>Estacionamento</title> <script type="text/javascript"…