#include<stdio.h> int main() { float a = 0; float b = 0; float c = 0; while(scanf("%f %f %f",&a,&b,&c) != EOF) { &nb...