No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
hey its easy to generate a fib series, it just adds the prev 2 nos and then get the third one. so u cud have for loop to generate it as follows for(j=0;j<30;j++) {temp=temp+temp+1) } //this generates the fib series till 30 for(i=temp;i<n;i++) { i=i+i+1; printf("%d",& num) } // this …
hey the thing is its quite easy da! only thing is please tell us what ur difficulty is!whether u dont know how to write functions or u dont know how to find whether a number is prime? if its abt function u can check it up online as to how …
[quote=sowmya nair;340340]the problem is as follows: write a program:the array of integers indicating the marks of the students is given.u have to calculate the percentile of the student according to this rule:the percentile of a student is the % of number of student having marks less than him.for example: student …
The End.
jimmymerchant