#include int main() { int x; float f; //,g char c; /* * dnkjdnnd ewfrewqtr tqtwqetwqt rewqrqwe */ //printf("Please enter 3 varibles (int,float,char)"); scanf("%d%f %c",&x,&f,&c); printf("the first value is %d, the second is %f, the third is %d\n",x,f,c); return 0; }