[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Program Discussion :: Basics

Home > Programs > Basics

100 / 279

Write a program to convert Fahrenheit to centigrade and test that program and tell an exact value to test all most all scenario.

Answer:

#include
#include
#include
using namespace std;
void main()
{
    clrscr();
    float fah, cel;
    coutfah;
    cel=(fah-32) / 1.8;
    cout

Asked In :: Adobe

Post Your Answer Here:

Language:

Post Your Reply Here:



Language:

Post Your Reply Here: