C++ program problem

  • Context: C/C++ 
  • Thread starter Thread starter Amr719
  • Start date Start date
  • Tags Tags
    C++ Program
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Amr719
Messages
31
Reaction score
0
Untitled.png
 
Physics news on Phys.org
I cannot Understand the marked lines
 
The lines in blue in your image pretty well explain what is happening in the pseudocode. Are you having trouble understanding the problem description?
 
No I understand the description. But I don't understand the form of writing the code . Why in the first line he wrote units -500 and why in the second line he wrote units - 1000
 
"every unit in excess of 1000" is (units - 1000)

So the code is a direct translation of the description above.
 
  • Like
Likes   Reactions: pugwazup19755 and Amr719