Michael J. answered 03/22/17
Tutor
5
(5)
Effective High School STEM Tutor & CUNY Math Peer Leader
In any programming language, you must define your variables. Then use those variables to write the formula for the program to compute.
x=C;
y=F;
y = (9/5)x + 32