
please wait
by Blev 58
Integral using functions
|
I am supposed to write a program that lets the user enter three positive values: a, b, and n. a is the lower bound and b is the upper bound and n is the power ... |
Apr 1, 2015 at 1:07am
[7 replies] Last: I understand how to do integrals. My problem is that I am having trou... (by Duthomhas)
|
by nileshjdarji
What's wrong with this program??
|
This program does not print what I want. #include <stdio.h> int main(int argc, const char * argv ) { int blank = 0; int tabs = 0; int newlines =... |
Apr 1, 2015 at 12:34am
[3 replies] Last: As I already said... take a look at those lines and fix them. while ... (by fg109)
|
by Blackhart98
Need help with arrays that returns ith element
|
Just need help understanding what this do students . Like I'm really confused with the part I understand arrays but just not that. I'm assuming that it sores ... |
Apr 1, 2015 at 12:12am
[2 replies] Last: Just for clarification, the declaration of students is this (taken fro... (by tscott8706)
|