#include stdio.h void main() { float x; int y; printf("enter two numbers \n"); scanf("%f %f", &x, &y); printf("%f, %d", x, y); }
Not registered? Create an account
Forgot Password?
Already a registered user? Login