Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
Polymorphism
flowchart
Home
Questions
Questions
Study lists
Kasim Kamal Questions
290 Questions
Determine the type of each of the following literals. Explain the differences among the literals in each of the four examples
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
174
Write a program to check whether your predictions were correct. If not, study this section until you understand what the problem is
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
165
When we assign one arithmetic type to another
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
171
To calculate a mortgage payment, what types would you use for the rate, principal, and payment? Explain why you selected each type
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
162
What are the differences between int, long, long long, and short? Between an unsigned and a signed type? Between a float and a double?
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
211
Using the Sales_item.h header from the Web site, compile and execute the bookstore program presented in this section
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
188
Our program will combine the data for each ISBN in a variable named total. We’ll use a second variable named trans to hold each transaction we read. If trans and total refer to the same ISBN, we’ll update total. Otherwise we’ll print total and reset it using the transaction we just read
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
292
Our program that adds two Sales_items should check whether the objects have the same ISBN. We’ll do so as follows
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
448
A more interesting example adds two Sales_item objects
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
147
The following program reads data from the standard input into a Sales_item object and writes that Sales_item back onto the standard output
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
170
Revise the program you wrote for the exercises that printed a range of numbers so that it handles input in which the first number is smaller than the second
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
208
Compile and run the program from this section giving it only equal values as input. Run it again giving it values in which no number is repeated
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
171
What happens in the program presented in this section if the input values are all equal? What if there are no duplicated values?
C++ programming
2022-07-02
Answers
30
Question
40
Followers
30
0
1
171
Total:
290
Previous
17
18
19
20
21
Next
Go