How To Declare 10 number when user make the input?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shafe7889
    New Member
    • Sep 2018
    • 1

    How To Declare 10 number when user make the input?

    Write a test program and to declare an array of Book that holds 10 number of objects. (Note: Number of objects based on the user’s entered). Also perform various operations on the objects of class Book. Your program should contain a menu that gives the user different choices to effectively run on the program; in other words, your program should be menu – driven.
  • Ishan Shah
    New Member
    • Jan 2020
    • 47

    #2
    Using switch case you can prepare the Menu driven program and first, you should post the code which you have done and mention where you have stuff to code.

    Comment

    Working...