Question: by using c++ only solve 2 (c) Complete the following program to ask the user's weight (in pounds ,ibs) and displays the equivalent weight in

 by using c++ only solve 2 (c) Complete the following program by using c++
to ask the user's weight (in pounds ,ibs) and displays the equivalent
only solve 2

(c) Complete the following program to ask the user's weight (in pounds ,ibs) and displays the equivalent weight in kilograms. [4 marks] #include using namespace std; int main() { double pounds, kilograms; // Write code here to display the instruction to tell the // user to enter his or her weight // Write code here that reads the user's weight in pounds kilograms - pounds /2.2; // write code here that display the equivalent user's //weight in kilogram return 0; } QUESTION 2 (a) The program below is an uncompleted program that asks user to give input for product name and the quantity needed. Write the complete program. [4 marks) #include // Fill in the code to bring in the library for formatted output. using namespace std; int main() { float scoreMath, scoreEnglish, average; char grade - A; // Fill in the code to be formatted in fixed-point notation with two decimal point cout

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!