Advertisement
SmellyBadger

Untitled

Oct 30th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. Results for Dataset 1
  2. Differences: 3
  3. There were 3 differences between your output and the correct output.
  4.  
  5. Below is Your Output, with line numbers added:
  6.  
  7. 1: =========Welcome to our Market========
  8. 2:
  9. 3: Enter Code: 101 Apple $20
  10. 4:
  11. 5: Enter Code:
  12. 6: 102 Orange $25.25
  13. 7:
  14. 8: Enter Code:
  15. 9: 103 Grapes $35.25
  16. 10:
  17. 11: Enter Code:Incorrect code !!!!
  18. 12:
  19. 13: Enter Code:
  20. 14: 104 W.Melon $30
  21. 15:
  22. 16: Enter Code:
  23. 17: 105 Mango $30.25
  24. 18:
  25. 19: Enter Code:Incorrect code !!!!
  26. 20:
  27. 21: Enter Code:
  28. 22: Total: 140.75
  29. 23: Total with discount: 126.675
  30. 24:
  31. 25: Please enter the state you are in :
  32. 26:
  33. 27: State not recognized.
  34. 28: Please enter the state you are in :
  35. 29: Total with tax: 134.275
  36. 30:
  37. **********************************************************
  38.  
  39. Below is the Correct Output, with line numbers added:
  40.  
  41. 1: =========Welcome to our Market========
  42. 2:
  43. 3: Enter Code:
  44. 4: 101 Apple $20
  45. 5:
  46. 6: Enter Code:
  47. 7: 102 Orange $25.25
  48. 8:
  49. 9: Enter Code:
  50. 10: 103 Grapes $35.25
  51. 11:
  52. 12: Enter Code:Incorrect code !!!!
  53. 13:
  54. 14: Enter Code:
  55. 15: 104 W.Melon $30
  56. 16:
  57. 17: Enter Code:
  58. 18: 105 Mango $30.25
  59. 19:
  60. 20: Enter Code:Incorrect code !!!!
  61. 21:
  62. 22: Enter Code:
  63. 23: Total: 140.75
  64. 24: Total with discount: 126.675
  65. 25:
  66. 26: Please enter the state you are in :
  67. 27:
  68. 28: State not recognized.
  69. 29: Please enter the state you are in :
  70. 30: Total with tax: 134.275
  71. 31:
  72. **********************************************************
  73.  
  74. Below is how to change your output to the correct output, with the required changes numbered:
  75.  
  76. Insert after Line 2: Enter Code:
  77. Insert after Line 2: 101 Apple $20
  78. Delete Line 3: Enter Code: 101 Apple $20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement