Question: In a C + + program, one and two are double variables and input values are 1 0 . 5 and 3 0 . 6

In a C++ program, one and two are double variables and input values are 10.5 and 30.6. After the statement cin one two; executes, q,
a. one =10.5, two =30.6
b. one =30.6, two =30.6
c one =10.5, two =10.5
d. one =11, two =31
In a C + + program, one and two are double

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 Programming Questions!