Chapter 3 Solutions Exercise C (a)
Duration: 6:20 Min | May 30, 2023
Question C (a) from Let us C Chapter 3 Decision Control instructions is: Attempt the following: If cost price and selling price of an item are input through the keyboard, write a program to determine whether the seller has made profit or incurred loss. Also determine how much profit he made or loss he incurred. This question is the best problem to start with while learning if else statements in C.