#include <stdio.h> int main() { int num = 0; float c = 0.0f; float math = 0.0f; float english = 0.0f; scanf("%d;%f,%f,%f,%f", &num ,&c , &math , &english); printf("The each subject score of No. %d is %.2f, %.2f, %.2f." , num , c , m...