+ 1
How can u print pascals theorem using c++
2 Antworten
+ 2
you mean Pascal's triangle
there is one posted here in sololearn code plsyground you can try running it
- 1
include <iostream>
using namespace std;
int main() {
cout<<"Type pascal theorem here";
}