<< Prev Showing: 136-140 of 348 Next >>
· 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 ·Do you think programmers are good testers of their own code?
Do you think programmers are good testers of their own code? Why or why not?
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
100338
OTA ID:
103644
Finishing the code for this SalesPersonDemo project
Need help finishing the code for this SalesPersonDemo project. This project has to be completed by tomorrow. This is a final project and I am totally lost as to how to code this properly. Attached is the file I started coding but got lost. I have make notes as to were the SalesSpeech method is and the MakeSale() method in the attached file. Here is the instructions for the project I was given. Write a program the instantiates a RealEstateSalesperson and a Girlscout object. Demonstrate the SalesSpeech() method with each object. Use the MakeSale() method two or three times with each object. Display the final contents of each object's field.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
100440
OTA ID:
102833
QCS to be reviewed for structure (Quality Control Sheet)
Quality Control Sheet I have started this assignment and it is also attached; I needed to design a quality control sheet to be used to check programs written for a class I am currently taking. I need someone whom is familiar with this sort of document to change anything that is out of order or perhaps that needs changing when doing QA of a program or software. I will begin the use of this QCS starting on Monday morning. Also I need a separate document that explains why the factors were chosen and how I feel they would be important to the quality assurance process of reviewing a programmers written code/ program.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
101045
OTA ID:
105277
Examine this code snippet and explain why it will work or why not it will not. (Code needed to make this a complete program intentionally left out.) char a; for(a = ‘a’;a < ‘m’;a++) printf(“%cn”);
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
101540
OTA ID:
105277
Why would a programmer intentionally code the following line into a program?
Why would a programmer intentionally code the following line into a program? (Code needed to make this a complete program intentionally left out.) #define true 1 while(true) { // Stuff inside loop. }
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
101541
OTA ID:
105277
<< Prev Showing: 136-140 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0978 seconds