Write a C++ program to calculate profit or loss by using if else

By: Prof. Dr. Fazal Rehman | Last updated: October 21, 2023

Write a C++ program to calculate profit or loss by using the if-else statement.

Flowchart of Program to calculate profit or loss by using the if-else statement

Flowchart of Program to calculate profit or loss by using the if-else statement

C++ Source Code to calculate profit or loss by using the if-else statement

Output

enter cost price:

400

enter selling price:

200

loss of 200

SFT (Shamil’s Flow Table )

Are you interested to Read about SFT(Shamil’s Flow Table)?

Explanation of Program to calculate profit or loss by using the if-else statement

profit or loss program by using switch statement

C++ Exercise | If else Statement

  1. calculate the bill
  2. character is small, capital or a special character
  3. a number is even or odd
  4. 0 is a positive or negative number
  5. a positive and negative number
  6. Enter Range of numbers and replaced them
  7. a greater number among three numbers
  8. Armstrong Number
  9. ASCII codeĀ 
  10. Find the Maximum value program in C++ (C Plus Plus).
  11. maximum number
  12. Maximum Number between two numbersĀ 
  13. Student Grade
  14. the number is divisible by 11 or 5 or not
  15. TriangleĀ 
  16. a triangle is an equilateral, isosceles or scalene
  17. Leap yearĀ 
  18. character is an alphabet or not
  19. Grade Percentage
  20. character is an alphabet, digit, or special character
  21. character is an uppercase or lowercase.
  22. Weekdays
  23. a prime or composite number
  24. hours and minutes asĀ  AM or PM
  25. swap the values of two numbers
  26. update even to odd
  27. Profit Loss
  28. centimeter into meter and kilometerĀ 
  29. TriangleĀ 
  30. Salary
  31. Even odd with goto statement.
  32. area of the circle

Leave a Comment

All Copyrights Reserved 2025 Reserved by T4Tutorials