Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~521 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for Huzaifa Ehsan

The value of π can be determined by the series equation π =4 * ( 1 −1/3+1/5 −1/ 7+1 /9− 1/ 11+1/13+... ) Write a recursive function that takes an odd number n and uses recursion to approximate the value of π using the given formula including term up through …

Member Avatar for Reverend Jim
0
478
Member Avatar for Huzaifa Ehsan

Can any one help to write code for this ? recursive function to count total number of consonants in it. Your function should return the count of consonants.

Member Avatar for rproffitt
0
43