Answer:
name = input("Enter name: ")
droids = int(input("How many droids you want to meet? "))
wookies = int(input("How many Wookies you want to meet? "))
print(name + " wants to meet " + str(droids) + " droids, and " + str(wookies) + " Wookies")
Explanation:
*The code is in Python.
Ask the user to enter the name, number of the droids and number of the Wookies
Print the name, number of the droids, and number of the Wookies
Note that while getting the input for the droids and wookies, you need to typecast the input the int (Since the values are int). Also, to print these variables, you need to typecast them as string in that format.
Answer:
Use Outbound Messages to send customer data from Salesforce to the marketing system.
Use a middleware tool to pull customer data from Salesforce and push it to the marketing system on a daily basis
Use Apex callout to send customer data from Salesforce to the marketing system
Explanation:
The above points illustrates a mechanism for moving cutomer data to the marketing system efficiently.
Answer:
1. Architectural sheet.
2. Site plan.
3. Floor plan.
4. Title page and index.
5. Geodetic Engineer.
Explanation:
1. Architectural sheet: A drawing sheet that contains perspective, site development title, page and sheet index. It is generally used by architects as a graphical representation of a development plan or project.
2. Site plan: A drawing of the lot showing the setback and development of the house in relation to the lot.
3. Floor plan: The top view of the site or lot where the proposed house will be built.
4. Title page and index: Generally includes title block, table of contents, and signs and sealed of the duly licensed and registered professionals in the plans.
5. Geodetic Engineer: He signs in the lot survey plans. A geodetic engineer studies geodynamic phenomenon such as tide, polar motion and the earth movement.
.png are for photos and .exe are for programs.