0
Please help I please help I am getting the one error in this code that I know of and I am stumped please help
3 odpowiedzi
+ 3
At line 56. It'll be CustomerID not cid.
System.out.println("your ID is" +cid); ❌
System.out.println("your ID is" + CustomerID); ✅
By the way... Please follow Java naming convention.
Thanks.
+ 2
You're welcome Colt Milam
Happy Coding 👍
+ 1
thank you so much Minho