Question: create visual basic java program Build a VB application to shows the price of Ketchup. The program should declare the variable stritem as type String.
Build a VB application to shows the price of Ketchup. The program should declare the variable stritem as type String. Declare the variable dbIPrice and dbIDisount as type Double. The program should assign the string "ketchup" to the variable stritem. The program should assign 2.25 to the variable dbIPrice. The program should assign .25 to the variable dbIDiscount. Finally the program should display the phrase "1.68 is the sale price of the ketchup" using string concatenation. [30 points]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
