I am confused in Java Variables

Stuck.

Y code so far


// Variable declarations
var StUdLyCapVaR;
var properCamelCase;
var TitleCaseOver;

// Variable assignments
STUDLYCAPVAR = 10;
PRoperCAmelCAse = "A String";
tITLEcASEoVER = 9000;

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14388.61.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.107 Safari/537.36

Challenge: Understanding Case Sensitivity in Variables

Link to the challenge:

Regarding with your title, Java and JavaScript are different languages.

1 Like

What part are you stuck on? Is there something you don’t understand from the challenge description?

1 Like

The exercise tells you to modify the variables so they are in camelCase

Figured it out I didn’t know what camelCase meant @anon55383373 helped me out

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.