A repository of my thoughts, a blog, a source to get insight, know-hows, my views on Software Development and everything else in between......
int Celsius2Fahrenheit(int Celsius){ return 9*Celsius/5+32;}limitation: what if we want to pass a floating point number?
Post a Comment
No comments:
Post a Comment