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 Answers
+ 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