You "guyses" JAVA indentation is wrong... That code, although it compiles and does its job, would fail on my class... if I ever teach computer programming to anyone.
Indentation is a quick and easy way to spot bad programmers... not the only one, though.
That's why they came up with PYTHON - forced indentation, replacing all curly brackets:
Indentation is a quick and easy way to spot bad programmers... not the only one, though.
That's why they came up with PYTHON - forced indentation, replacing all curly brackets:
Code:
def helloWorld():
print "Hello World!"