c_cpp answer.c#CS50

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了c_cpp answer.c#CS50相关的知识,希望对你有一定的参考价值。

// Logical operators

#include <cs50.h>
#include <stdio.h>

int main(void)
{
    // Prompt user for answer
    char c = get_char("Answer: ");

    // Check answer
    if (c == 'Y' || c == 'y')
    {
        printf("yes\n");
    }
    else if (c == 'N' || c == 'n')
    {
        printf("no\n");
    }
}

以上是关于c_cpp answer.c#CS50的主要内容,如果未能解决你的问题,请参考以下文章

c_cpp CS50 vigenere.c

c_cpp C语言-CS520

c_cpp cs_stepper_01.ino

c_cpp 50.cpp

c_cpp 50. Pow(x,n)

c_cpp ELRO Flamingo FA50R远程协议