Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
C++ Primer
by
Stanley B.Lippman, Josee Lajoie, Barbara E.Moo
Edition:
5th Edition
ISBN13:
978-0-321-71411-4
ISBN10:
0 -321-71411-3
591
C++ programming
Home
Books
C++ Primer
Similar Books
No books found
Title
Chapter: 1 /
Q: 1.9
Write a program that uses a while to sum the numbers from 50 to 100
Chapter: 1 /
Q: 1.10
In addition to the ++ operator that adds 1 to its operand, there is a decrement operator (--) that subtracts 1. Use the decrement operator to write a while that prints the numbers from ten down to zero
Chapter: 1 /
Q: 1.11
Write a program that prompts the user for two integers. Print each number in the range specified by those two integers
Chapter: 1 /
Q: 1.20
Write a program that reads a set of book sales transactions, writing each transaction to the standard output
Chapter: 1 /
Q: 1.21
Write a program that reads two Sales_item objects that have the same ISBN and produces their sum
Chapter: 1 /
Q: 1.22
Write a program that reads several transactions for the same ISBN. Write the sum of all the transactions that were read
Chapter: 1 /
Q: 1.23
Write a program that reads several transactions and counts how many transactions occur for each ISBN
Chapter: 2 /
Q: 2.3
What output will the following code produce?
Chapter: 2 /
Q: 2.33
Using the variable definitions from this section, determine what happens in each of these assignments. Write a program containing the variables and assignments from the previous exercise
Chapter: 2 /
Q: 2.35
Determine the types deduced in each of the following definitions. write a program to see whether you were correct
total questions:
591
1
2
3
Next
Questions
591
Views
Best Answers
299
Points
5
×
Close
add reason
reason