Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

simple code that uses array first then do while with if else and for loop but without constructive code. this may help. Thank you. 2)

image text in transcribed

image text in transcribed

simple code that uses array first then do while with if else and for loop but without constructive code. this may help.

image text in transcribed

Thank you.

2) a) Write a java program using array concept and if-else statement to automate Library as per following scenario to perform the operation given below: 1. To Stock Entry. 2. To Display current stock and issue 3. To Display the magazine stock details 1. Stock Entry: Write a code to read magazine code, magazine name, author name and total number of magazines using array concept. 2. Display current stock : Write a code to issue the magazine as per its availability by checking against magazine code. If it is available the program should display the message Your requested magazine is available and ask How many copies you want? Then number of required copies should be read from the keyboard. After checking the existing copies of the magazines with copies requested. If it is not more than existing number of copies, issue the magazines and this count should be deducted from the existing stock and update "existing copies with message "Requested number of copies are issued. Otherwise display the number of requested copies are not available in stocks, please visit later. Finally display the details of issued magazines. 3. collect magazines : Write a code to display the existing magazines stock details. C:\Program Files (x86)\Xinox Software CreatorV3LEGE2001.exe LIBRARAY SECTIONS / OPTIONS 1. To Stock Entry 2. To Display current stock and issue 3. To Display the magazines stock details Please choice one option :: 1 Enter how many magazines you want to be insert ? 2 Please enter magazine Code 1 1 Please enter magazine Name 1 SKY Please enter Author Name 1 Jon Please enter Number of magazines 8 Please enter magazine Code 2 2 Please enter magazine Name 2 JAVA Please enter Author Name 2 Tom Please enter Number of magazines 4 Do you want to continue, please enter Y or N Y Please choice one option :: 2 Details of issued magazine Magazine Code Magazine Name Author Name Current Copies 1 SKY Jon 8 2 JAVA Tom 4 import java.util.Scanner; public class Shop { public static void main(String args[]) { product[] list_products=new product[10]; n=0; //create and initialize a new product product p=new product(); Scanner sc=new Scanner(System.in); do { //display the menu //use conditional statement to check the user choice //as the user whether he/she wants to continue or not //read the choice of the user }while (choice=='Y') } }

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

Transactions On Large Scale Data And Knowledge Centered Systems Xxviii Special Issue On Database And Expert Systems Applications Lncs 9940

Authors: Abdelkader Hameurlain ,Josef Kung ,Roland Wagner ,Qimin Chen

1st Edition

3662534541, 978-3662534540

More Books

Students also viewed these Databases questions

Question

2. What additional techniques might be used to assess talent?

Answered: 1 week ago