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
~271 People Reached
Favorite Forums
Favorite Tags
c++ x 3
Member Avatar for CHETNA_1

i have declared two functions of void type.lets one function calculates value of variable 'c' and other of variable 'y' and when i cout them it comes out to be correct within the function.now i want to declare another function that compares values of 'c' and 'y' and return 1 …

Member Avatar for panqnik
0
159
Member Avatar for CHETNA_1

is there someone who can explain me this question? i googled about cardinality and i got to know that it means the no of elements in set. question: Take an integer n < 1024 as input from user. Write a function to compute the value of the following function. f(n) …

Member Avatar for rubberman
0
68
Member Avatar for CHETNA_1

Write a C++ program to print out the value of sin(x) or cos(x) depending on a user input (1 = sin, 2 = cos)and continue the expansion until successive terms differ from each other by less than 0.0001 (in terms of absolute value). Report how many terms are necessary.

Member Avatar for rubberman
0
44