question archive program using a console application name it "DragonKiller"
Subject:Computer SciencePrice:5.87 Bought12
program using a console application name it "DragonKiller". The program should ask the user to enter is name and surname.
Use the emptySpace () method to remove space between the name and the surname. Count the number of characters within the newly created string (nameSurname).
The total number of characters (Name and Surname) should be the size of your arrayDragon (type integer). Populate your arrayDragon with a series of random number between 10 and 50.
Display all arrayDragon elements and they are corresponding indexes before executing the insertionSort method.
Allow the user to enter a value from the arrayDragon element to search for.
* Loop through the array until you find the value (Use the binarySearch to locate the value with in your array) and kill that value from the arrayDragon. By replacing the value findDragon with a Zero (0)
* Print out arrayDragon with the killed element.
Purchased 12 times