Computer Fundamental Blog
Monday, 25 August 2014
Convert from Celsius to Fahrenheit lab 1
int cons=32, celsius=5;
float consx=1.8, cal;
void setup(){
cal = celsius*consx;
print(celsius+" Celsius = ");
print(cal+cons+" Fahrenheit");
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment