我基本上需要创建一个 if 语句,基本上说“如果数组中字符串的最后一个字母是 P,那么等等等等,但我不知道正确的方法。
这是我到目前为止所拥有的:
public double calculateBonus(String str)
{
double dResult = 0.0;
double dResult = 0.0;
String twoLol = str.substring( 0,2);
for ( int d=0; d<bonusPts.length; d++ )
{