Great Deal! Get Instant $10 FREE in Account on First Order + 10% Cashback on Every Order Order Now

attached is a copy of the assignement

1 answer below »
attached is a copy of the assignement
Answered Same Day Mar 06, 2021

Solution

Pratik answered on Mar 06 2021
159 Votes
#include int main()
{
    int T;
    char c;
    printf("What is the temperature ? (in Fahrenheit) \n");
    scanf("%d",&T);
    printf("Is it snowing
aining outside ? (y/n)\n");
    scanf(" %c",&c);
    if(c=='Y')c='y';
    if(c=='N')c='n';
    switch(c)
    {
        case 'y':
        case 'n':
eak;
        default...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here