Please help I please help I am getting the one error in this code that I know of and I am stumped please help | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

https://code.sololearn.com/cw1JulCGA98m/?ref=app

7th Dec 2020, 8:17 AM
Colt Milam
Colt Milam - avatar
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.
7th Dec 2020, 8:52 AM
Minho
Minho - avatar
+ 2
You're welcome Colt Milam Happy Coding 👍
7th Dec 2020, 8:54 AM
Minho
Minho - avatar
+ 1
thank you so much Minho
7th Dec 2020, 8:53 AM
Colt Milam
Colt Milam - avatar