Answer:
Feed tracking and use customs objects record fields and post them as an update. Feed tracking detects that user follows record and update their view of What follow.
Explanation:
Feed tracking is available in Sales Group, Professional, Enterprise, and Developer.
Custom Object is a set of records that allow you to store additional data in an account record and link the data to contact.
Create a custom object in Salesforce
- Login in sandbox
- click the new Custom Object. select create custom Object
- Enter Book for label
- Enter Book for plural label
- Click Save
// Created Custom Object and Custom Filed
- Click new Select Number for datatype and click Next
- Enter in the filed label
- Enter 2 in decimal places
- Click Next for filed-level security
- Click Save
The answer is bash
. The bash command opens a Bourne-again sheel (bash) session. It is the standard shell used in most Linux computers and it uses commands similar to a UNIX shell. Bash includes features such as:
1) Command completion when pressing the tab key.
2) Command history.
3) Improved arithmetic functions.
Answer:
Written in Python:
dollars = int(input("Amount: "))
numFive = int(dollars/5)
numOnes = dollars%5
print(str(dollars)+" yields "+str(numFive)+" fives and "+str(numOnes)+" ones.")
Explanation:
This line prompts user for input
dollars = int(input("Amount: "))
This line calculates the number of 5 that can be gotten from the input. This is done using integer division
numFive = int(dollars/5)
This line gets the remaining ones. This is done by using the modulo sign to get the remainder when input is divided by 5
numOnes = dollars%5
This line prints the required output
print(str(dollars)+" yields "+str(numFive)+" fives and "+str(numOnes)+" ones.")
Call it in and tell the people yhu no longer want your subscription
Hope this helps sorry if it does not