Given the following code fragment and the input value of 4.0, what output is generated?
Float tax;
Float total;
Cout << "enter the cost of the item\n";
Cin >> total;
If total >= 3.0)
{
Tax = 0.10;
Cout << total + total * tax) << endl;
}
Else
{
Cout << total << endl;
}
A) 3
B) 3.3
C) 4.0
D) 4.4
Correct Answer:
Verified
Q47: What is the value of x after
Q48: Given the following code fragment, what is
Q49: Given the following code fragment, and an
Q50: Given the following code fragment and the
Q51: What is the final value of x
Q52: Given the following code fragment, what is
Q53: Executing one or more statements one or
Q54: What is the output of the following
Q55: Given the following code fragment, which of
Q57: What is the advantage of the C++11
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents