Create a program using a console application name "DragonKiller". The program should ask the user to enter his/her name and surname. Create a method name RemoveSpace() to remove space between the name and the surname entered by the user. Count the number of characters within the newly created string (nameSurname). The total number of characters (Name and Surname) should be used as the size of your arrayDragon (type integer). Populate your arrayDragon with a series of odd random numbers 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 and be remover (Killed). 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.
Create a program using a console application name "DragonKiller". The program should ask the user to enter his/her name and surname. Create a method name RemoveSpace() to remove space between the name and the surname entered by the user. Count the number of characters within the newly created string (nameSurname). The total number of characters (Name and Surname) should be used as the size of your arrayDragon (type integer). Populate your arrayDragon with a series of odd random numbers 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 and be remover (Killed).
- 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.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 6 images