kzel Posted September 23, 2008 Share Posted September 23, 2008 can anyone pls help me how to make this one a. complete date and time b. your complete name in all capital letters(using strtoupper() function) and do the ff -Display area, circumference and diameter of the circle if the radius is 23 -Display the are of the triangle if the base is 10 and the height is 12 -Display the value in degrees celsius if the degree in fahrenheit is 50 -Display the value of 1500 pesos in dollar if the convertion factor is $1 = 47 -using the following Celsius= 5/9 (fahrenheit - 32) Diameter = 2 Radius Circumference = 2 *Pi *Radius Area(Circle) = Pi *Radius *Radius Area(triangle) = 1/2 *Base *Height someone help me ??? Link to comment https://forums.phpfreaks.com/topic/125448-php-help-maths/ Share on other sites More sharing options...
DarkWater Posted September 23, 2008 Share Posted September 23, 2008 Is this your homework? o_O This is really bad homework considering that it would take most people less than 45 seconds to type out the proper code. Link to comment https://forums.phpfreaks.com/topic/125448-php-help-maths/#findComment-648725 Share on other sites More sharing options...
.josh Posted September 28, 2008 Share Posted September 28, 2008 And we don't do people's homework for them. Link to comment https://forums.phpfreaks.com/topic/125448-php-help-maths/#findComment-652312 Share on other sites More sharing options...
Recommended Posts