Inspect the data table below. Find and identify the type of…

Inspect the data table below. Find and identify the type of quality issue in the dataset.    NAME Phone Number (XXX-XXX-XXXX) Hire Date Position George Smith 502-942-7858 8/11/2021 Operator Rebecca Lange 944-7394 7/5/2005 Engineer Jose Rodriguez 812-653-9542 9/4/2012 Administrative Assistant

Write code that compares two input strings. You CANNOT use t…

Write code that compares two input strings. You CANNOT use the library  and any functions associated with that. Take two input strings from the user input: string1 – a character array representing the first string string2 – a character array representing the second string Next compare these two strings and then print an integer value based on these conditions: If string1 == string2 then print 0 If string1 > string2 then print 1 If string1 < string2 then print -1