#include <stdio.h>
int main()
{
float a,b;
printf("enter a and b");
scanf("%3f %2f" , &a , &b );
printf("%3f %2f",a,b);
return 0;
}
Hackathons are often associated with computer science students, experienced developers, and teams that already know exactly what they are...
No comments:
Post a Comment