MCPcopy Create free account
hub / github.com/chaharnishant11/CodeIn10DSA / main

Function main

Recursion/Code/NthStair.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10 }
11}
12int main(){
13 int N;
14 cout<<"Enter a positive number : ";
15 cin>>N;
16 cout<<"Number of ways to reach "<<N<<"th Stair are = "<<countWays(N)<<endl;
17}

Callers

nothing calls this directly

Calls 1

countWaysFunction · 0.70

Tested by

no test coverage detected