Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

#include #include using namespace std; void purchase_payment_method (){ int menuCount=2; string menuOption[menuCount]= {Purchase option,Payment option}; int purchaseOptionCount=2; string purchaseOption[purchaseOptionCount]= {Eat,Takeaway}; int paymentOptionCount=4; string paymentOption[paymentOptionCount]= {cash,debit

#include #include using namespace std; void purchase_payment_method (){ int menuCount=2; string menuOption[menuCount]= {"Purchase option","Payment option"}; int purchaseOptionCount=2; string purchaseOption[purchaseOptionCount]= {"Eat","Takeaway"}; int paymentOptionCount=4; string paymentOption[paymentOptionCount]= {"cash","debit card","credit card","e-wallet"}; int userInput[2]; cout >input; userInput[menu] = input; } cout

image text in transcribed

why I run this code..it become like this...

image text in transcribed

it should be like this the output..third output cannot function last output...

11:21 D. A 041 You Just now 11:22 A 091 + Expert Q&A W + CPP_Workspace.exe [C/C++ Application) KA\WORKSP ion" choose the option below : Purchase option }; 1. Eat 2. Takeaway Enter your choice : 1 "Ci Payment option 1. cash 2. debit card 3. credit card 4. e-wallet Enter your choice : 1 Entered choices are as below Purchase option : Eat Payment option: cash Was this answer helpful? bi po

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Records And Database Management

Authors: Jeffrey R Stewart Ed D, Judith S Greene, Judith A Hickey

4th Edition

0070614741, 9780070614741

More Books

Students also viewed these Databases questions

Question

What are the stages of project management? Write it in items.

Answered: 1 week ago

Question

What are Decision Trees?

Answered: 1 week ago

Question

What is meant by the Term Glass Ceiling?

Answered: 1 week ago