This is C++ programming
Please, task 1 to task 5
I need your result and coding screen shots
Style
Objectives: Learn how to use various escape sequences Learn how to use formatting for decimal numbers+ Learn how to use varieties of C++ features Learn how to use Console Input/Output Learn how to use Flow of Control
J
Perform the following tasks.
Task1 Convert the following mathematical Tormula to a C++ statement:
-b+b-4ac x= 2a
Task2 Explain the purpose of the following escape sequences. Write some C++ statement to demonstrate the use of the following escape sequences. Ine lav othe 11
Task3 Write C++ output statements that produce exactly the following output
Hello
Drinking... Summer 2019 Cloud Eating is fun!+ //Walking//
+
Task4 Convert the following condensed C++ statements to their corresponding regular C++ statements score+=3;
n5/=data 0 box/=n2-26;+ value+=mark; result %= 4
Task5 Write simple C++ program to read in three numbers and output the biggest number with two digitsafter decimal.