Question: Challenge: Intermediate Time Scoping: 1.5 hr maximum Tool Set: Unit Materials Points Possible: 100 pts Objectives: The purpose of this lab is to gain some
| Challenge: Intermediate | Time Scoping: 1.5 hr maximum |
| Tool Set: Unit Materials | |
| Points Possible: 100 pts | |
Objectives: The purpose of this lab is to gain some fluencies with software coding standards.
Assignment Description: You will edit a sample code snippet to meet general coding standards.
Assignment Background: Standardized naming conventions for all software professionals within a project will help facilitate team velocity. Finding files quickly and easily helps everyone in completing their day to day tasks.
Assignment Instructions:
Copy the following sample code to MS Word. Edit the code so that it follows the general guidelines of coding standards described in the unit course materials. You do NOT need to observe language-specific standards.
/*****
Big_DarndealProgram
***/
string myAuntmatilda = "Customer's Last Name";
HonkinMoney= numberOfpizzas * cost;
FormeyFunctionThingey
getthestinkinaddress (call address locator)
mapquesttheaddress (print Map)
return (from the FormeyFunctionThingey)
print ("Thank you, " + myAuntmatilda)
print ("Your order total is " + HonkinMoney)
/**end the Big_DarndealProgram
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
