Friday, May 19, 2017

Lab 1 Task 7 (not done)


#include <stdio.h>

int main (void)
{
        int result = 0;
        float i = 0;
        scanf (%f, &i);
        while (result != EOF)
        {
                scanf(%f, &i);
               
        }
}








No comments:

Post a Comment