Mathematical or arithmetic operators are frequently used in software development, regardless of the language or paradigm. Let's see which are the most common mathematical operators in programming languages and how they are used.
Implementing mathematical calculations in your application is extremely important. This allows you to create various types of applications where your imagination is the limit to your creativity.
Another point that may cause confusion is the + operator; besides addition, it can also be used in some languages as a concatenation operator, which is simply linking (or joining) two strings.
TASK:
Create an application that calculates an average from 3-4 grades.
NOTE:
Use this website (https://prnt.sc/), take a screenshot of your code and post it in the comments.
#delphi #delphibeginners