Answer:
Lol Thank you so much youre an awesome person :)
Explanation:
A salesman marketing CRM software would ask inquiries regarding maintaining and preserving customer relationships.
<h3>Why is Customer Relationship Vital in Business Setting?</h3>
Customers' relationships are vital for company owners to establish long-term success. Developing a working connection with consumers is crucial for strategic and long-term success.
Customers feel more comfortable and engaged with a company when they have a solid connection based on trust and communication, which may lead to higher customer turnover and recurrent purchases.
Questions on customer wants can include;
- "How do you keep in contact with potential customers and maintain connections with them?"
A salesman marketing CRM software would ask inquiries regarding maintaining and preserving customer relationships within the preapproach phase to gain a deep understanding of his customer's wants.
Learn more about customer relationships here:
brainly.com/question/25743859
Consider the following code segment. String[][] arr = {{"hello,", "hi,", "hey,"}, {"it's", "it is", "it really is"}, {"nice", "g
katrin2010 [14]
"Hi, it is great to get to see you again." would be printed when the code segment is executed.
<h3>The kinds of data type.</h3>
Basically , there are five (5) main recognized data types used in computer programming and these include the following:
- Floating point type (float).
<h3>What is a string?</h3>
A string can be defined as a data type which is commonly used for data values that contain ordered sequences of characters. Also, a string can either contain a single character or be entirely empty.
For instance, "Hello world" is a typical example of a string in computer programming.
Based on the given code segment, "Hi, it is great to get to see you again" would be printed when it is executed by using a compiler.
Read more on a string here: brainly.com/question/25619349