psychomugs
Special MemberCommunity profile |
Last Activity: 02-22-2021 01:28 AM
About Me
-
Signature
- for (int i = wallet; wallet >= 0; wallet -= 50) {
if (typeBD.equalsIgnoreCase("Normal")) collectionCount += 3;
}
if (typeBD.equals("Criterion") || typeBD.equals("Steelbook")) collectionCount += 2;
if (typeBD.equalsIgnoreCase("OOP")) collectionCount +=1;
if (typeBD.equals("U&S")) collectionCount += 10;
- for (int i = wallet; wallet >= 0; wallet -= 50) {