Thread: Coding help
View Single Post
NeoTifa
diafnaoplzkthnxbai
NeoTifa's Avatar
Location: in psy's panties <3
#4
Default

double miles = 100;
constant double MILE_TO_KILOMETER = 1.609;
double kilometer = miles * MILE_TO_KILOMETER;
>>cout kilometer;

???? It's been a while
Old 06-08-2009, 02:26 AM
Reply With Quote
NeoTifa is offline