Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

count =0 - Create a 2d array items. (20%) string[,] items = new string [100,4] - Create a do while loop, when user enter

image text in transcribed
image text in transcribed
count =0 - Create a 2d array "items". (20\%) string[,] items = new string [100,4] - Create a do while loop, when user enter " 0 ", stop the loop. (20\%) - User enter item name, price, quantity, save these info and subtotal to array. - increase "count ++ " -convert price(decimal, Convert. ToDecimal ( ) and quantity(int) to do multiplication (20\%) for subtotal - create a for loop (with count ) to cycle through the "items", display item name, price, quantity, (20%) and subtotal. accumulate subtotal - Display total items, subtotal, total at the end. (20\%) Guide: string[,] items = new string [100,4]; int i,j, count; " input each array element's value */ for (i=0;i

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

Excel As Your Database

Authors: Paul Cornell

1st Edition

1590597516, 978-1590597514

More Books

Students also viewed these Databases questions