an intelligent number editor system, a menu driven application having following methods. The program will first check if array is empty or not by calling Isempty() method in main. The program then asks for user through menu that if he wants to delete a number at specific position in array or all the numbers in range from user input. Write method bodies of Delete(int number, int position) and Delete(from num, to position) Below are the explanation of functionalities of methods:  1. bool IsEmpty() // This method will check if array is empty 2.bool IsFull() //This method will check if array is full 3. void Delete(int element, int position) // This method will delete the number from specified index and moves remaining data to left (self intelligence). 4. void Delete(int from,int to) // This method takes two parameters as a range from user and then deletes all the numbers in that range. Important: Use method overloading in main (using C++ with OOP)

Microsoft Visual C#
7th Edition
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Joyce, Farrell.
Chapter7: Using Methods
Section: Chapter Questions
Problem 20RQ
icon
Related questions
Question

Design an intelligent number editor system, a menu driven application having following methods.

The program will first check if array is empty or not by calling Isempty() method in main.

The program then asks for user through menu that if he wants to delete a number at specific position in array or all the numbers in range from user input. Write method bodies of Delete(int number, int position) and Delete(from num, to position)

Below are the explanation of functionalities of methods: 
1. bool IsEmpty() // This method will check if array is empty
2.bool IsFull() //This method will check if array is full
3. void Delete(int element, int position) // This method will delete the number from specified index and moves remaining data to left (self intelligence).

4. void Delete(int from,int to) // This method takes two parameters as a range from user and then deletes all the numbers in that range.

Important: Use method overloading in main

(using C++ with OOP)

Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Array
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage