Advertisement
SmellyBadger

Untitled

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