Question: Program 2. Write a program that uses a while loop to create the following table (x is double type): x x*x x+x 1.0 1.00 2.00

Program 2. Write a program that uses a while loop to create the following table (x is double type): x x*x x+x 1.0 1.00 2.00 1.5 2.25 3.00 2.0 4.00 4.00 . 10.0 100.00 20.00 Program 3. Write a program that computes the sum of all the negative integers in a list of integers. As input, the program is to read the data from the data file Sumneg.dat. The data file has the following format: Line 1 n (number of integers in the list) Line 2 int1 Line 3 int2 Line 4 int3 Etc. Write the output to the screen in the following format The negative integers are: The sum of all the negative integers is: value

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!