Answer:firstly....you don't know the persons reactions to what you are conversing....and some body languages are cut short cause u are not together.u can't shake that your friend why talking to him...some good English are lost cause u not conversing in person so you free to text what you wish......first we shouldn't use short form of words all the time....cause it affects our brain and we might even be tempted to write like this during exams
Explanation:
Answer:
This solution is implemented in python
num1 = float(input("Number 1: "))
num2 = float(input("Number 2: "))
num3 = float(input("Number 2: "))
print("Sum: "+str(num1+num2+num3))
Explanation:
This line prompts the user for the first number
num1 = float(input("Number 1: "))
This line prompts the user for the second number
num2 = float(input("Number 2: "))
This line prompts the user for the third number
num3 = float(input("Number 2: "))
This calculates and prints the sum
print("Sum: "+str(num1+num2+num3))
I don't know 1 but number 2 is quark