subject

Description You've inherited some code from another programmer. All you
found was a note with the following written on it:
Truck loading guide: Pallets of oranges weigh 100 lbs. Pallets
of watermelons weigh 200 lbs. Have to load up the left then
right of the truck and keep it as balanced as possible. How
many on each side? Melons always go together.
Here is the code:
let oc = 14
let wc = 3
let ow = 100
let ww = 200
let to = ocow
let tw = wc ww
let ttl= to + tw
let es = ttl 2
let Ihso = es / Ow
let rhso = oC - Ihso
Rewrite the code so that it makes sense without needing a
note. Use meaningful names and comments.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 01:30
Jason works as an accountant in a department store. he needs to keep a daily record of all the invoices issued by the store. which file naming convention would him the most? a)give the file a unique name b)name the file in yymmdd format c)use descriptive name while naming the files d)use capital letters while naming the file
Answers: 3
question
Computers and Technology, 24.06.2019 19:20
Which command suppresses the visibility of a particular row or column in a worksheet?
Answers: 1
question
Computers and Technology, 24.06.2019 22:10
In command prompt, whats a command that will list only .ini files in c: \windows\system32 directory?
Answers: 1
question
Computers and Technology, 25.06.2019 01:00
Holly created a professional development plan to explore how she could advance from her entry-level position to the next step in her career. she has identified her current skills and the skills needed for the job she wants. what should she do now? a) ask a colleague for advice about work-life balance b) identify her areas for improvement c) plan a vacation before she begins her new job d) wait until a position opens before continuing her plan
Answers: 1
You know the right answer?
Description You've inherited some code from another programmer. All you
found was a note with...
Questions
Questions on the website: 13722361