Epic Systems Interview Question Nones
0of 0 votesA program removes all non-numeric characters until it reaches a second non-numeric and then stops. "+3.4"=3
What would result when "1.2" was entered?
1 was not an option. 1.2 was not.
No answer was an option. Chose no answer.
I did pass the test with many "no answers".
Country: United States
Interview Type: Written Test
Just guessing,
From the question and example given above I think the question is somewhat like this:
After getting a non-numeric character a program starts to print all the numbers until a second non-numeric character is found. so "+3.4" = 3
if this is the case the result of "1.2" should be 2

- lekshmy on August 11, 2012 Edit | Flag Reply