I am new to programming and JOpenID, what is a simple code example? I have heard that it is similar to Java, even though I do not know Java. My programmer friends recommended JOpenID and they say you need to learn declarations first.
Asked
Active
Viewed 48 times
-1
-
1this may be the wrong place for you, check resources like codecademy for programming experience – Ryan Cocuzzo Jul 23 '16 at 00:39
-
1And khan Academy, they are great – Ryan Cocuzzo Jul 23 '16 at 00:40
1 Answers
1
I would recommend learning Java first, but a simple code example for a String declaration would be this:
private static final String ATTR_MAC = "string1";
private static final String ATTR_ALIAS = "string2";

Ryan Cocuzzo
- 3,109
- 7
- 35
- 64