Question: Programming Exercise 8-3 Instructions Auction.c 1 using 2 3 nare Create a program named Auction that allows a user to enter an amount bid on
Programming Exercise 8-3 Instructions Auction.c 1 using 2 3 nare Create a program named Auction that allows a user to enter an amount bid on an online auction item. Include three overloaded methods that accept an int. double, or string bid. Each method should display the bid and indicate whether it is over the minimum acceptable bid of $10. 5 re If the bid is greater than or equal to $10, display Bid accepted. 10 If the bid is less than $10, display Bid not high enough. 5 If the bid is a string, accept it only if one of the following is true: 1 13 14 It is numeric and preceded with a dollar sign. It is numeric and followed by the word dollars. 15 30 16 17 Otherwise, display a message that says Bid was not in correct format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
