Java calculator

Operators and expressions in java

Day 5 – Operators and Expressions in Java with Grocery Price Calculator

Hello everyone, welcome back to the 100 Days of Java series.Yesterday, we built our first calculator using Scanner. Pretty cool, right?Today we are going to dive into something even more important: Operators and Expressions. Without operators, your computer is basically useless. It is like Iron Man’s suit without power. Looks cool, but does nothing. What […]

Day 5 – Operators and Expressions in Java with Grocery Price Calculator Read More »

Day 4 - Scanner Input + Build a Basic Calculator

Day 4 Java Tutorial: Scanner Input + Build a Basic Calculator

Hello everyone, welcome back to our 100-day Java course.Yesterday we learned about variables and data types, which teaches the computer how to remember information. Here is the problem.Right now, our programs only work with values we type directly into the code. That means if you write a program asking for someone’s age, you can only

Day 4 Java Tutorial: Scanner Input + Build a Basic Calculator Read More »