I'm brand new to java. my only programming experience was with game maker 7.
but maybe i'm blind but i had trouble with the first two course tasks.
the first was writing:
System.out.println("text");
I wrote:
system.out.println("text");
there was no mention of capital letters being important until after the task was done.
the second task was to print text 5 times
I wrote:
String 1 = ("text");
System.out.println(1);
System.out.println(1);
System.out.println(1);
System.out.println(1);
It didn't work, so I fiddled around trying to find a typo but it was all fine.
stumped I gave in to the hint only to find that my first line was supposed to have an extra word in it not mentioned previously. i cant remember exactly what it said.
Is the whole course gonna be like this? it feels like i'm being set up for failure, and it"s discouraging.
setup for failure?
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Regina Support Team at CodeGym
31 December 2020, 16:12
Please refer to the Help section.
0