Search found 1 match

by raphaeljpb
Mon Apr 02, 2007 10:41 pm
Forum: Volume 1 (100-199)
Topic: 147 - Dollars
Replies: 233
Views: 51494

I'm in trouble

Hi, this is my first thread. I can't recognize what's problem below. The code shows correct results at least $50, but I don't know the problem for bigger amounts.
Thanks in advance.

#include <stdio.h>
#include <stdlib.h>

#define SIZE 6001

int main() {

float quantidadeReal;
int ...

Go to advanced search