This commit is contained in:
2022-11-16 11:36:13 -06:00
parent ef1576c36b
commit 6e2805fed3
13 changed files with 411 additions and 1 deletions

View File

@@ -149,7 +149,7 @@ public class MP4_CalebFontenot {
*/
public static void main(String[] args) {
String sampleCreditCard = "4388576018410707";
//String sampleCreditCard = "4388576018410707";
String userInput = menu();
if (userInput == "0") { // Stop program execution if credit card not entered
System.out.println("Credit card not entered!");