Assignment2.docx
Lab 2
Write the class that will accept the temperature and scale to convert from F -C or C-F based on the information provided.
Class temp {
// varibales
Void conversion ( temp, scale){
//conversion code
}
Class testtemp {
Public static void main (string[] args ) {
}