Forum: Computer Programming
02-19-2013, 11:00 PM
|
|
Replies: 0
Views: 355
I need help ASAP
We have to make a program that computes Wind Chill here is my code. I need help fixing it.
#include <iostream>
using namespace std;
int main()
{
double F; //F is Farenheit Temperature
...
|