C++

Objectives :

  • double data type
  • Precedence left-To-Right : when expression contains more than one operator of the same precedence type
    like *, /, %; the order of evaluation will proceed from left to right.
  • .Code : OpPrecedenceLeftToRight1.txt

Step: 1 Create a project myDoubleType1

Step: 2 Create a source file

 

Step: 3 Edit Source code

Step: 4 Runtime View

Step: 5b