Purchase Solution

C++ Program to Convert Temperatures

Not what you're looking for?

Ask Custom Question

For a given temperature convert it to Degree Celsius or Fahrenheit. User enters the temperature and Type.

Purchase this Solution

Solution Summary

For a given temperature convert it to Degree Celsius or Fahrenheit.
User enters the temperature and Type.

Solution Preview

// Temperature Conversion Program
#include <iostream>
using namespace std;

int main()
{
char temp_type;
double temp, fahren, celsius;

cout << "Enter the temperature to be converted: ";
cin >> temp;

cout << "Enter F if temperature is in Fahrenheit";
...

Purchase this Solution


Free BrainMass Quizzes
Intro to the Physics Waves

Some short-answer questions involving the basic vocabulary of string, sound, and water waves.

Introduction to Nanotechnology/Nanomaterials

This quiz is for any area of science. Test yourself to see what knowledge of nanotechnology you have. This content will also make you familiar with basic concepts of nanotechnology.

Classical Mechanics

This quiz is designed to test and improve your knowledge on Classical Mechanics.

Basic Physics

This quiz will test your knowledge about basic Physics.

Variables in Science Experiments

How well do you understand variables? Test your knowledge of independent (manipulated), dependent (responding), and controlled variables with this 10 question quiz.