因此,我试图使用Java制作GPA计算器,但仍处于第一步。 ... nextLine(); if (strcmp(english,"A+")==0) { v1 = 4.4; } if (strcmp(english,"A")==0) { v1= 4.0; } ...
確定! 回上一頁