#include<cs50.h> #include <stdio.h> int main() { string answer=get_string("what is your name"); printf("Hello , %s",answer); }