ROMANIAN: PROIECT-INFORMATICA
Program operații matematice c++
Programul realizează următoarele operații matematice:
-Suma cifrelor unui număr dat
-Produsul cifrelor unui număr dat
-Oglinditul unui număr
-Cel mai mare divizor comun a 2 numere.
-Cel mai mic multiplu comun a 2 numere.
-Divizorii unui număr.
Programul este realizat de Stănciulescu Bogdan și Stamati Cătălina.
ENGLISH: INFORMATICS-PROJECT
C++ Mathematical Operations Program
The program performs the following mathematical operations:
- Sum of the digits of a given number
- Product of the digits of a given number
- Reversal of a number
- Greatest Common Divisor (GCD) of 2 numbers
- Least Common Multiple (LCM) of 2 numbers
- Divisors of a number
The program is developed by Bogdan Stănciulescu and Cătălina Stamati.