- Engineering
- Computer Science
- in c please declare a structure named tempscale with the...
Question: in c please declare a structure named tempscale with the...
Question details
In C++ please
Declare a structure named TempScale, with the following members:
fahrenheit: a double
centigrade: a double
Next, declare a structure named Reading, with the following members:
windSpeed: an int
humidity: a double
temperature: a TempScalestructure variable
Next define a Reading structure variable
Solution by an expert tutor
