Pārlūkot izejas kodu

README-en.md edited online with Bitbucket

Jose R Ortiz Ubarri 8 gadus atpakaļ
vecāks
revīzija
0a7c783dc9
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0
    1
      README-en.md

+ 0
- 1
README-en.md Parādīt failu

4
 ![main2.png](images/main2.png)
4
 ![main2.png](images/main2.png)
5
 ![main4.png](images/main4.png)
5
 ![main4.png](images/main4.png)
6
 
6
 
7
-[verano 2016 - Coralys - Ive - Coralys]
8
 
7
 
9
 Arithmetic expressions are an essential part of almost any algorithm that solves a useful problem. Therefore, a basic skill in any computer programming language is to implement arithmetic expressions correctly. In this laboratory experience you will practice the implementation of arithmetic expressions in C++ by writing equations for the quadratic formula and completing the code for a game in which a frog jumps from leaf to leaf.
8
 Arithmetic expressions are an essential part of almost any algorithm that solves a useful problem. Therefore, a basic skill in any computer programming language is to implement arithmetic expressions correctly. In this laboratory experience you will practice the implementation of arithmetic expressions in C++ by writing equations for the quadratic formula and completing the code for a game in which a frog jumps from leaf to leaf.
10
 
9