Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

Students also viewed these Databases questions