Write a method that displays the third letter of a string that is given to the method (i.e. “Jacob” returns the letter ‘c’).
Home › Uncategorized › Write a method that displays the third letter of a string that is given to the method (i.e. “Jacob” returns the letter ‘c’).
Write a method that displays the third letter of a string that is given to the method (i.e. “Jacob” returns the letter ‘c’).
October 21, 2020 Comments Off on Write a method that displays the third letter of a string that is given to the method (i.e. “Jacob” returns the letter ‘c’). Uncategorized Assignment-help1- Write a method that displays the third letter of a string that is given to the method (i.e. “Jacob” returns the letter ‘c’)
2- Write a method that modifies a string using the stringVar.Remove(start) where the method removes the third letter of a string that is given to the method (i.e. “Jacob” returns “Jaob”)
3- Write a statement that creates an instance of the Transcript class.
4- Suppose that an application declares an array of class objects with the following statement:
* Employee [ ] employees = new Employee[9];
* Write a loop that creates 10 instances of the class and assigns them to the elements of the array