can anyone tell me where to beging with this one?
Write a program in php which uses a while loop to output a conversion table for 1-100 degrees C to degrees F.
Where F= (C* 9/5) + 32
Write a program in php which uses a while loop to output a conversion table for 1-100 degrees C to degrees F.
Where F= (C* 9/5) + 32
Comment