How can u print pascals theorem using c++ | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 1

How can u print pascals theorem using c++

21st Nov 2016, 9:51 PM
Appoh David
Appoh David - avatar
2 Respuestas
+ 2
you mean Pascal's triangle there is one posted here in sololearn code plsyground you can try running it
22nd Nov 2016, 4:29 AM
Sandeep Chatterjee
- 1
include <iostream> using namespace std; int main() { cout<<"Type pascal theorem here"; }
21st Nov 2016, 10:51 PM
The PGDeveloper
The PGDeveloper - avatar