Monday, January 25, 2021

 #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;

}

No comments:

HackCache ’26: A 48-Hour Online Hackathon Open to Every Student

  Hackathons are often associated with computer science students, experienced developers, and teams that already know exactly what they are...

Popular Posts