How can u print pascals theorem using c++ | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How can u print pascals theorem using c++

21st Nov 2016, 9:51 PM
Appoh David
Appoh David - avatar
2 Answers
+ 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