subject
Computers and Technology, 14.12.2020 19:40 oomale

Two programmers wrote very similar code. Compare the two to decide what the difference will be between them. Programmer A
def drawUnknown():
x = 20
pendown
forward(x)
penup
Programmer B
def drawUnknown():
x = 50
pendown
forward(x)
penupo
Programmer A draws a shorter line than Programmer B.
Programmer A draws a circle, while Programmer B draws a square.
Programmer A draws a longer line than Programmer B.
Programmer A draws an H, while Programmer B draws an E.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:30
How do you make a lenny face? plz, brailiest to who can answer first.
Answers: 1
question
Computers and Technology, 23.06.2019 09:20
How to print: number is equal to: 1 and it is odd number number is equal to: 2 and it is even number number is equal to: 3 and it is odd number number is equal to: 4 and it is even number in the console using java using 1 if statement, 1 while loop, 1 else loop also using % to check odds and evens
Answers: 3
question
Computers and Technology, 23.06.2019 13:30
Best laptops for college [$100-$500 range]?
Answers: 2
question
Computers and Technology, 23.06.2019 18:00
File account.java (see previous exercise) contains a definition for a simple bank account class with methods to withdraw, deposit, get the balance and account number, and return a string representation. note that the constructor for this class creates a random account number. save this class to your directory and study it to see how it works. then write the following additional code: 1. suppose the bank wants to keep track of how many accounts exist. a. declare a private static integer variable numaccounts to hold this value. like all instance and static variables, it will be initialized (to 0, since it’s an int) automatically. b. add code to the constructor to increment this variable every time an account is created. c. add a static method getnumaccounts that returns the total number of accounts. think about why this method should be static - its information is not related to any particular account. d. file testaccounts1.java contains a simple program that creates the specified number of bank accounts then uses the getnumaccounts method to find how many accounts were created. save it to your directory, then use it to test your modified account class.
Answers: 3
You know the right answer?
Two programmers wrote very similar code. Compare the two to decide what the difference will be betwe...
Questions
question
Health, 01.12.2020 19:00
question
French, 01.12.2020 19:00
Questions on the website: 13722359