I've seen tractors on the roads... if that's what you're looking for.
Answer and Explanation:
Social Media keeps on developing, as do the discourses in regards to its application inside the domain of business and learning.
There are different translations of online life, regardless of whether it is explicit to systems administration and web 2.0 innovations or ranges the utilization of any current innovation that improves social connections.
Social media, in any case, has numerous advantages to business, particularly the obvious head-ways in joint effort and correspondence.
As the innovation of social media keeps on changing and develop in notoriety, organizations should think about techniques to use its utilization in the work environment.
Answer:
Microsoft Poweroint
Explanation:
this software helps people to present their projects.
Answer:
price float(price)
Explanation:
There are four basic type of data type use in the programming to declare the
variable.
1. int: it is used for integer values.
2. float: it is used for decimal values.
3. char: it is used for character values
4. Boolean: it is used for true or false.
in the question, the one option contain the data type float (price float(price)). So, it store the value in decimal.
price int(price): it store the value in integer.
price decimal(price): it is wrong declaration of variable. their is no data type in the programming which name is decimal.
price price(decimal): it is wrong declaration of variable. their is no data type in the programming which name is price.