Need Help with division IssueYou divide 2 integers by each other, which will result in an integer. See this article for more info...
help on a function to compute quantilesYou wrote: [code] double out = 0[b].[/b];[/code] Remove the . or make it 0.0 and your code should co...
Float PointFirst of al, use code tags when posting code. This makes your code easier to read. Let's go over y...
If statements that check for ALL values???[code] int num; int x; float sq; int main() { cin >> num; for (x=num; x>=1; x--) { sq = sqrt(x); b...
Creating header file "string" and all its functionsHow does it break? Does the program crash or does it not produce the output you expected?