Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Digital Literacy Computer Basics Computer Languages Programming Paradigms - Part 2

why on question 4 of the higher(user)/lower(programer) level language section is the name programer used for both?

i found the answer backwards that it would accept. i tried to put a descriptor with corrected answers but i assume you are using some form of carictor # comparing since it said I was wrong that way also. took 4 trys to to figure it out. maybe use client/server or programer/user like i learned many moons ago. Also why did i not see my "Hello Sam" in preview when coded n this lesson.

HelloWorld.java
public class HelloWorld {
  public static void main(String[] args) {

    System.out.println("YOUR TEXT HERE");

  }
}

1 Answer

Joy Kesten
STAFF
Joy Kesten
Treehouse Guest Teacher

Hi samuel Maynard, are you talking about this question? : " _______ - level (Higher, Lower) programming languages are more programmer friendly than ______ - level (higher, lower) programming languages." Here I'm talking about higher-level languages like Ruby and Python are more friendly to program in than lower-level languages like machine code or assembly.

I'm having trouble understanding your suggesting with the client/server or programmer/user, but I'm happy to hear you out. Could you elaborate?

Also, unfortunately the preview is broken at the moment. Sorry, it should be fixed soon hopefully!

HIDAYATULLAH ARGHANDABI
HIDAYATULLAH ARGHANDABI
21,058 Points

So the it will be Higher and then lower..